Skip to content

Commit 98540de

Browse files
committed
Use node 24
1 parent 13f1fc0 commit 98540de

4 files changed

Lines changed: 29 additions & 12 deletions

File tree

.github/workflows/commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 4.1.7
1111
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # 4.0.3
1212
with:
13-
node-version: 22
14-
cache: npm
13+
node-version: 24
14+
cache: npm
1515
- name: Installing dependencies
1616
run: npm ci
1717
- name: Test

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-node@v4
1313
with:
14-
node-version: "22.5"
14+
node-version: 24
1515
registry-url: "https://registry.npmjs.org"
1616
- run: npm ci
1717
- run: npm run build

package-lock.json

Lines changed: 25 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@rollup/plugin-typescript": "^12.1.1",
3434
"@types/debug": "^4.1.12",
3535
"@types/express": "^4.17.21",
36-
"@types/node": "^20.14.10",
36+
"@types/node": "^24",
3737
"node-mocks-http": "^1.15.0",
3838
"prettier": "^3.3.3",
3939
"rollup": "^4.24.0",

0 commit comments

Comments
 (0)