Skip to content

Commit 9416d09

Browse files
committed
ci: fix pnpm action version
1 parent a351eaa commit 9416d09

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,10 @@ jobs:
1616
- name: Set up Node.js
1717
uses: actions/setup-node@v6
1818
with:
19-
node-version: '20.x'
19+
node-version: 20
2020

2121
- name: Install pnpm
2222
uses: pnpm/action-setup@v4
23-
with:
24-
version: 10
2523

2624
- name: Get pnpm store directory
2725
id: store-path

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,11 @@ jobs:
2525
- name: Setup Node.js
2626
uses: actions/setup-node@v6
2727
with:
28-
node-version: '20.x'
28+
node-version: 20
2929
registry-url: 'https://registry.npmjs.org'
3030

3131
- name: Install pnpm
3232
uses: pnpm/action-setup@v4
33-
with:
34-
version: 10
3533

3634
- name: Install Dependencies
3735
run: pnpm install

0 commit comments

Comments
 (0)