Skip to content

Commit

Permalink
test: update CI workflow with npm ci command invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor Manzhula committed Nov 11, 2024
1 parent 749d4ff commit 40df0f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 40df0f6

Please sign in to comment.