Skip to content

Commit ac4f016

Browse files
chore(deps): update node.js to v22
1 parent 5ecb45f commit ac4f016

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"packageManager": "[email protected]",
1818
"engines": {
19-
"node": "20.16.0"
19+
"node": "22.19.0"
2020
},
2121
"pnpm": {
2222
"overrides": {

packages/test-app/.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install Node
2626
uses: actions/setup-node@v3
2727
with:
28-
node-version: 18
28+
node-version: 22
2929
cache: pnpm
3030
- name: Install Dependencies
3131
run: pnpm install --frozen-lockfile
@@ -45,7 +45,7 @@ jobs:
4545
- name: Install Node
4646
uses: actions/setup-node@v3
4747
with:
48-
node-version: 18
48+
node-version: 22
4949
cache: pnpm
5050
- name: Install Dependencies
5151
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)