Skip to content

Commit 2a5116b

Browse files
Update dependency node to v22
1 parent e4fa05f commit 2a5116b

File tree

4 files changed

+59
-59
lines changed

4 files changed

+59
-59
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Node
2929
uses: actions/setup-node@v4
3030
with:
31-
node-version: '20'
31+
node-version: '22.14.0'
3232
cache: 'pnpm'
3333
- run: pnpm install
3434
- run: pnpm lint

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Node.js
2424
uses: actions/setup-node@v4
2525
with:
26-
node-version: '20'
26+
node-version: '22.14.0'
2727
cache: 'pnpm'
2828
- run: pnpm install
2929
env:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@changesets/cli": "^2.29.1",
3838
"@types/jest": "^29.5.14",
3939
"@types/lodash": "^4.17.16",
40-
"@types/node": "^20.17.30",
40+
"@types/node": "^22.14.1",
4141
"husky": "^9.1.7",
4242
"jest": "^29.7.0",
4343
"prettier": "^3.5.3",

0 commit comments

Comments
 (0)