From 40df0f69742a4af65a3124e2a32d4f6e5fcabd50 Mon Sep 17 00:00:00 2001 From: Egor Manzhula Date: Mon, 11 Nov 2024 18:56:12 +0200 Subject: [PATCH] test: update CI workflow with npm ci command invocation --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c5c5d6..87c8a6b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,6 +45,7 @@ jobs: with: node-version: 20.x cache: "npm" + - run: npm ci - name: Publish new version env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }}