From 09deb3e48f163002481a2b62ea18d8702c63d6e4 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Mon, 13 Jun 2022 17:57:28 -0500 Subject: [PATCH] Update npm deps --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e6fe32b..41071e6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 }}