Merge 29fd6d363e47d2601dfb1ec5020206f00930a76d into f43a0e5ff2bd294095638e18286ca9a3d1956744

This commit is contained in:
Nick Schonning 2023-08-24 09:59:55 -07:00 committed by GitHub
commit b7d4b2ea15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -25,9 +25,10 @@ jobs:
- uses: actions/checkout@v3
- name: Set Node.js 16.x
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: npm
- name: Install dependencies
run: npm ci

View File

@ -11,9 +11,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: 16.x
cache: npm
- uses: actions/checkout@v3
- run: npm ci
- run: npm run build