We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79918a1 commit 9f8dcd9Copy full SHA for 9f8dcd9
2 files changed
.github/workflows/ci.yml
@@ -18,7 +18,8 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- node-version: ['22.12', '24']
+ # pnpm requires at least Node.js v22.13
22
+ node-version: ['22.13', '24']
23
steps:
24
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
25
package.json
@@ -53,7 +53,7 @@
53
"*": "oxfmt --no-error-on-unmatched-pattern"
54
},
55
"engines": {
56
- "node": ">=22.12.0"
+ "node": ">=22.13.0"
57
58
"packageManager": "pnpm@11.8.0+sha512.c1f5e7c4cb241c8f174b743851d82f42b802324afc8b0f116b96adb15aa06664948dde36960a3ba1079ba5b4b29dd0140135b94b5b5f5263592249d68e555f26"
59
}
0 commit comments