Skip to content

Commit

Permalink
chore: add caching to npm in action
Browse files Browse the repository at this point in the history
  • Loading branch information
Swati Mukherjee authored and Swati Mukherjee committed Aug 7, 2024
1 parent 634bbaa commit da1a963
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-automation-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "20" # Specify your Node.js version
cache: "npm"

- name: Install dependencies
run: npm install && npm run postinstall
Expand Down

0 comments on commit da1a963

Please sign in to comment.