Update npm deps

This commit is contained in:
Thomas A. Christensen II 2022-06-13 17:57:28 -05:00
parent 265bf35d82
commit 09deb3e48f
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

@ -13,7 +13,8 @@ jobs:
with:
node-version: 16
cache: "npm"
- run: npm install && npm run build
- run: npm i -g @vercel/ncc
- run: npm ci && npm run build
- uses: JasonEtco/build-and-tag-action@v1
env:
GITHUB_TOKEN: ${{ github.token }}