Update app.yml

Thomas Ballmann 3 years ago committed by GitHub
parent 563760a3e9
commit aea1c0dbd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x]
node-version: [12.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
@ -25,6 +25,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: cd app
- run: npm i
- run: npm run-script build

Loading…
Cancel
Save