Skip to content

Commit e6916f9

Browse files
authored

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
os: [ubuntu-latest]
23-
node: [22]
23+
node: [24]
2424
runs-on: ${{ matrix.os }}
2525
steps:
2626
- name: Checkout

package-lock.json

Lines changed: 1 addition & 1 deletion
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
@@ -2,7 +2,7 @@
22
"name": "packagephobia",
33
"private": true,
44
"engines": {
5-
"node": "22.x"
5+
"node": "24.x"
66
},
77
"scripts": {
88
"prettier": "prettier \"./**/*.ts\" \"./**/*.tsx\" --write",

0 commit comments

Comments
 (0)