Skip to content

Commit

Permalink
chore: adding caching global packages data
Browse files Browse the repository at this point in the history
  • Loading branch information
artursudnik committed Aug 11, 2023
1 parent ac9061e commit f16f03c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '20'
cache: 'npm'

- name: Cache node modules
uses: actions/cache@v3
Expand All @@ -36,6 +37,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '20'
cache: 'npm'

- name: Restore dependencies
uses: actions/cache@v3
Expand Down

0 comments on commit f16f03c

Please sign in to comment.