Skip to content

Commit

Permalink
with npm cache and .tool-versions file
Browse files Browse the repository at this point in the history
  • Loading branch information
priya-kinthali committed May 17, 2024
1 parent f3b37c4 commit 9b9be13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-1024.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
- name: Setup Node (prism)
uses: actions/setup-node@v4
with:
cache: 'npm'
cache: npm
node-version-file: '.tool-versions'

- run: npm ci
- run: npm install



Expand Down

0 comments on commit 9b9be13

Please sign in to comment.