Skip to content

Commit b6de442

Browse files
committed
chore: update pnpm action version
1 parent 635319d commit b6de442

File tree

5 files changed

+13049
-10630
lines changed

5 files changed

+13049
-10630
lines changed

.github/actions/pnpm-setup/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ runs:
99

1010
- uses: pnpm/[email protected]
1111
with:
12-
version: 8
12+
version: 9
1313
run_install: false
1414

1515
- name: Get pnpm store directory

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,9 @@
161161
"webdriverio": "8.36.1"
162162
},
163163
"engines": {
164-
"node": ">=18"
165-
},
164+
"node": ">=20",
165+
"pnpm": ">=9"
166+
},
166167
"version": "1.18.0",
167168
"overrides": {
168169
"react": "18.3.1",

0 commit comments

Comments
 (0)