Skip to content

Commit 6f71ce8

Browse files
committed
Testing install in CI deploy with latest pnpm version and reverting to Node 20
1 parent c845720 commit 6f71ce8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup PNPM
3333
uses: pnpm/action-setup@v4
3434
with:
35-
version: 8.8.0
35+
version: 10.26.1
3636

3737
- name: Setup Node
3838
uses: actions/setup-node@v3

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
- name: Setup PNPM
2626
uses: pnpm/action-setup@v4
2727
with:
28-
version: 8.8.0
28+
version: 10.26.1
2929

3030
- name: Setup Node
3131
uses: actions/setup-node@v3
3232
with:
33-
node-version: '22'
33+
node-version: '20'
3434
cache: 'pnpm'
3535

3636
- name: Install dependencies

0 commit comments

Comments
 (0)