Fixed yml syntax errors

This commit is contained in:
Alexander Cerutti
2023-04-29 18:12:10 +02:00
committed by GitHub
parent 2f16ae76b6
commit 8a8d2691a0

View File

@@ -21,10 +21,10 @@ jobs:
SIGNER_KEY_PASSPHRASE: ${{ secrets.SIGNER_KEY_PASSPHRASE }} SIGNER_KEY_PASSPHRASE: ${{ secrets.SIGNER_KEY_PASSPHRASE }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with:
node-version: "14.x" node-version: "14.x"
check-latest: true check-latest: true
- run: | - run: |
npm install npm install
npm run build npm run build