Skip to content

Commit 4fcb610

Browse files
chore(deps): update node.js
1 parent 8e8f6ea commit 4fcb610

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: 20
21+
node-version: 22
2222
cache: 'pnpm'
2323

2424
- run: pnpm install

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@
6262
"typescript": "^5.9.2"
6363
},
6464
"volta": {
65-
"node": "22.17.1"
65+
"node": "22.20.0"
6666
}
6767
}

0 commit comments

Comments
 (0)