Skip to content

Commit

Permalink
update CI config file
Browse files Browse the repository at this point in the history
  • Loading branch information
le-cong committed Mar 20, 2024
1 parent aa89528 commit 232efd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- name: Install latest npm
run: npm install -g npm@latest
- name: Install Dependencies
run: npm ci --ignore-scripts
- name: Audit Signatures
Expand Down

0 comments on commit 232efd9

Please sign in to comment.