Skip to content

Commit 570e210

Browse files
committed
Update gh action
1 parent 612eb92 commit 570e210

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,18 @@ jobs:
1212

1313
steps:
1414
- name: Checkout repo
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
with:
17-
fetch-depth: 2
17+
fetch-depth: 0
1818

19-
- uses: pnpm/[email protected]
19+
- uses: pnpm/action-setup@v4
20+
with:
21+
version: 9
2022

2123
- name: Setup Node.js environment
22-
uses: actions/setup-node@v3
24+
uses: actions/setup-node@v4
2325
with:
24-
node-version: 18
26+
node-version: 22
2527
cache: pnpm
2628

2729
- name: Install dependencies

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
"peerDependencies": {
5252
"solid-js": "^1.6.12"
5353
},
54-
"packageManager": "pnpm@8.6.0",
54+
"packageManager": "pnpm@9.15.0",
5555
"engines": {
56-
"node": ">=18.0.0",
57-
"pnpm": ">=8.6.0"
56+
"node": ">=20.0.0",
57+
"pnpm": ">=9.0.0"
5858
}
5959
}

0 commit comments

Comments
 (0)