Skip to content

Commit 8ab35cf

Browse files
committed
Upgrade to shared-node-cache-v3 which supports pnpm
1 parent 403045b commit 8ab35cf

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/node-ci-main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v4
3232
- name: Install & cache node_modules
33-
uses: Khan/actions@shared-node-cache-v2
33+
uses: Khan/actions@shared-node-cache-v3
3434
with:
3535
node-version: ${{ matrix.node-version }}
3636

@@ -50,7 +50,7 @@ jobs:
5050
steps:
5151
- uses: actions/checkout@v4
5252
- name: Install & cache node_modules
53-
uses: Khan/actions@shared-node-cache-v2
53+
uses: Khan/actions@shared-node-cache-v3
5454
with:
5555
node-version: ${{ matrix.node-version }}
5656
- name: Run tests with coverage

.github/workflows/node-ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v4
3131
- name: Install & cache node_modules
32-
uses: Khan/actions@shared-node-cache-v2
32+
uses: Khan/actions@shared-node-cache-v3
3333
with:
3434
node-version: ${{ matrix.node-version }}
3535

@@ -47,7 +47,7 @@ jobs:
4747
- name: Checking out latest commit
4848
uses: actions/checkout@v4
4949
- name: Install & cache node_modules
50-
uses: Khan/actions@shared-node-cache-v2
50+
uses: Khan/actions@shared-node-cache-v3
5151
with:
5252
node-version: ${{ matrix.node-version }}
5353

@@ -147,7 +147,7 @@ jobs:
147147
- uses: actions/checkout@v4
148148

149149
- name: Install & cache node_modules
150-
uses: Khan/actions@shared-node-cache-v2
150+
uses: Khan/actions@shared-node-cache-v3
151151
with:
152152
node-version: ${{ matrix.node-version }}
153153

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
fetch-depth: 0
3838

3939
- name: Install & cache node_modules
40-
uses: Khan/actions@shared-node-cache-v2
40+
uses: Khan/actions@shared-node-cache-v3
4141
with:
4242
node-version: 20.x
4343

0 commit comments

Comments
 (0)