We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 718c1ad commit 734941cCopy full SHA for 734941c
4 files changed
.github/workflows/lint.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Setup Node.js 22.x
40
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
41
with:
42
- node-version: 22.22.3
+ node-version: 24.15.0
43
cache: 'pnpm'
44
45
- name: Install Dependencies
.github/workflows/release.yml
@@ -44,7 +44,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
46
47
- node-version: 24.13.0
48
49
50
- name: Install Pnpm
.nvmrc
@@ -1 +1 @@
1
-22.22.3
+24.15.0
package.json
@@ -53,7 +53,7 @@
53
},
54
"packageManager": "pnpm@10.33.4",
55
"engines": {
56
- "node": ">=18.20.8",
+ "node": ">=24.15.0",
57
"pnpm": ">=10.33.4"
58
}
59
0 commit comments