Skip to content

Commit 96d6419

Browse files
committed
Use yarn caching for npm setup setp
1 parent 6ba2593 commit 96d6419

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
- uses: actions/setup-node@v4
4444
with:
4545
node-version: ${{ matrix.node-version }}
46+
cache: "yarn"
4647
- uses: bahmutov/npm-install@v1
4748
with:
4849
install-command: yarn --frozen-lockfile --silent
@@ -70,6 +71,7 @@ jobs:
7071
- uses: actions/setup-node@v4
7172
with:
7273
node-version: ${{ matrix.node-version }}
74+
cache: "yarn"
7375
- uses: bahmutov/npm-install@v1
7476
with:
7577
install-command: yarn --frozen-lockfile --silent

0 commit comments

Comments
 (0)