Skip to content

Commit 9269f55

Browse files
Update dependency node to v24
1 parent 8c8dec5 commit 9269f55

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v5
1616
- uses: actions/setup-node@v6
1717
with:
18-
node-version: "22"
18+
node-version: "24"
1919
registry-url: "https://registry.npmjs.org"
2020
- run: npm install -g npm@latest
2121
- run: npm ci

package-lock.json

Lines changed: 9 additions & 4 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
@@ -50,7 +50,7 @@
5050
},
5151
"devDependencies": {
5252
"@biomejs/biome": "2.2.6",
53-
"@types/node": "24.9.0",
53+
"@types/node": "24.9.2",
5454
"tsdown": "0.15.9",
5555
"typescript": "5.9.3",
5656
"vitest": "^3.2.4"

0 commit comments

Comments
 (0)