mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-23 03:12:10 +00:00
Update workflows
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
60d020a0c5
commit
f8508fcd08
17
.github/dependabot.yml
vendored
Normal file
17
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# To get started with Dependabot version updates, you'll need to specify which
|
||||||
|
# package ecosystems to update and where the package manifests are located.
|
||||||
|
# Please see the documentation for all configuration options:
|
||||||
|
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
||||||
|
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "npm" # See documentation for possible values
|
||||||
|
directory: "/" # Location of package manifests
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
# Workflow files stored in the
|
||||||
|
# default location of `.github/workflows`
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
12
.github/workflows/node.js.yml
vendored
12
.github/workflows/node.js.yml
vendored
@ -19,12 +19,18 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Setup NodeJS
|
- name: Setup NodeJS
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 15.x
|
node-version: 16.x
|
||||||
- run: yarn
|
|
||||||
- run: yarn compile
|
- name: Install packages
|
||||||
|
run: npm ci
|
||||||
|
|
||||||
|
- name: Build the database
|
||||||
|
run: npm run compile
|
||||||
|
|
||||||
push:
|
push:
|
||||||
name: Launch the compiler
|
name: Launch the compiler
|
||||||
needs: test
|
needs: test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user