mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 11:25:17 +00:00
Fixed yml syntax errors
This commit is contained in:
committed by
GitHub
parent
2f16ae76b6
commit
8a8d2691a0
8
.github/workflows/run-tests.yml
vendored
8
.github/workflows/run-tests.yml
vendored
@@ -21,10 +21,10 @@ jobs:
|
||||
SIGNER_KEY_PASSPHRASE: ${{ secrets.SIGNER_KEY_PASSPHRASE }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "14.x"
|
||||
check-latest: true
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "14.x"
|
||||
check-latest: true
|
||||
- run: |
|
||||
npm install
|
||||
npm run build
|
||||
|
||||
Reference in New Issue
Block a user