Skip to content

Commit 4239b54

Browse files
chore(deps): update dependency node to v22
1 parent 888e798 commit 4239b54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Use Node.js 16.x
1818
uses: actions/[email protected]
1919
with:
20-
node-version: 16.x
20+
node-version: 22.x
2121
- run: pnpm i
2222
- run: pnpm clean
2323
- run: pnpm build

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@jest/globals": "29.7.0",
3737
"@plasmo/config": "workspace:*",
3838
"@plasmohq/rps": "1.8.7",
39-
"@types/node": "22.9.0",
39+
"@types/node": "22.18.12",
4040
"cross-env": "7.0.3",
4141
"jest": "29.7.0",
4242
"ts-jest": "29.2.5",

0 commit comments

Comments
 (0)