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 }}
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