Skip to content

Commit 503cc87

Browse files
committed
chore: upd node/npm in gh workflows
1 parent 44b5c5c commit 503cc87

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pr-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ jobs:
3434
- name: Use Node.js
3535
uses: actions/setup-node@v2
3636
with:
37-
node-version: 18
37+
node-version: 18.20.4
3838

3939
- name: Install pnpm
4040
uses: pnpm/action-setup@v4
4141
id: pnpm-install
4242
with:
43-
version: 9.1.1
43+
version: 10.7.0
4444
run_install: false
4545

4646
- name: Configure pnpm cache

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727
- name: Use Node.js
2828
uses: actions/setup-node@v2
2929
with:
30-
node-version: 18
30+
node-version: 18.20.4
3131

3232
- name: Install pnpm
3333
uses: pnpm/action-setup@v4
3434
id: pnpm-install
3535
with:
36-
version: 9.1.1
36+
version: 10.7.0
3737
run_install: false
3838

3939
- name: Configure pnpm cache

0 commit comments

Comments
 (0)