Update ci.yml

This commit is contained in:
Kenny 2022-03-05 15:02:43 -05:00 committed by GitHub
parent 53d6485f6b
commit a3c42bd049
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ on:
workflow_dispatch:
env:
NODE_VERSION: 14
NODE_VERSION: 16
jobs:
build:
@ -22,7 +22,7 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}
- name: Install dependencies
run: npm ci
run: npm i
- name: Build web assets
run: npm run build -- --prod
- name: Upload artifacts