mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-12 15:59:18 +00:00
Update workflows
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
12
.github/workflows/node.js.yml
vendored
12
.github/workflows/node.js.yml
vendored
@ -19,12 +19,18 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Setup NodeJS
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 15.x
|
||||
- run: yarn
|
||||
- run: yarn compile
|
||||
node-version: 16.x
|
||||
|
||||
- name: Install packages
|
||||
run: npm ci
|
||||
|
||||
- name: Build the database
|
||||
run: npm run compile
|
||||
|
||||
push:
|
||||
name: Launch the compiler
|
||||
needs: test
|
||||
|
Reference in New Issue
Block a user