Skip to content

Commit

Permalink
chore: Update npm-publish.yml workflow steps and add cache
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed Jul 12, 2024
1 parent 992c5a4 commit 3fcae60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
with:
node-version: 20
registry-url: https://registry.npmjs.org/
cache: "npm"
- name: Install dependencies
run: npm install
- name: Run tests
Expand Down

0 comments on commit 3fcae60

Please sign in to comment.