Skip to content

Commit d1fa9d9

Browse files
chore(deps): Update Node.js to v24
1 parent 480e4c3 commit d1fa9d9

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/bump-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1515
- uses: actions/setup-node@v6
1616
with:
17-
node-version: 20.x
17+
node-version: 24.x
1818
cache: 'npm'
1919
- uses: actions/setup-python@v6
2020
with:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v6
1313
- uses: actions/setup-node@v6
1414
with:
15-
node-version: 20.x
15+
node-version: 24.x
1616
cache: 'npm'
1717
- run: npm install
1818
- run: npm run lint

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1515
- uses: actions/setup-node@v6
1616
with:
17-
node-version: 20.x
17+
node-version: 24.x
1818
registry-url: 'https://registry.npmjs.org'
1919
- run: npm install
2020
- run: npm run build

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
2222
- uses: actions/setup-node@v6
2323
with:
24-
node-version: 20.x
24+
node-version: 24.x
2525
registry-url: 'https://registry.npmjs.org'
2626
- run: npm install
2727
- run: |

.mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[tools]
2-
node = "20"
2+
node = "24"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"devDependencies": {
3131
"@biomejs/biome": "2.4.15",
3232
"@types/jest": "^30.0.0",
33-
"@types/node": "^22.0.0",
33+
"@types/node": "^24.0.0",
3434
"@types/winston": "^2.4.4",
3535
"@typescript-eslint/eslint-plugin": "^8.0.0",
3636
"@typescript-eslint/parser": "^8.0.0",

0 commit comments

Comments
 (0)