We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a7be98 commit 9191cb0Copy full SHA for 9191cb0
2 files changed
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Setup Node.js
16
uses: actions/setup-node@v6
17
with:
18
- node-version: 22
+ node-version: 24
19
- name: Install dependencies
20
run: npm i
21
- name: Build module
package.json
@@ -35,7 +35,7 @@
35
},
36
"devDependencies": {
37
"@types/jest": "^30.0.0",
38
- "@types/node": "^22.0.0",
+ "@types/node": "^24.0.0",
39
"jest": "^30.0.0",
40
"prettier": "^3.0.0",
41
"semantic-release": "^25.0.0",
0 commit comments