Skip to content

Commit b468941

Browse files
chore(deps): update node.js to v22
1 parent f134fda commit b468941

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"release-plan": "0.11.0"
3030
},
3131
"volta": {
32-
"node": "20.10.0",
32+
"node": "22.14.0",
3333
"pnpm": "10.3.0"
3434
},
3535
"packageManager": "[email protected]"

packages/ember-simple-auth/.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install Node
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: 14.x
28+
node-version: 22.x
2929
cache: pnpm
3030
- name: Install Dependencies
3131
run: pnpm install --frozen-lockfile
@@ -46,7 +46,7 @@ jobs:
4646
version: 7
4747
- uses: actions/setup-node@v4
4848
with:
49-
node-version: 14.x
49+
node-version: 22.x
5050
cache: pnpm
5151
- name: Install Dependencies
5252
run: pnpm install --no-lockfile
@@ -80,7 +80,7 @@ jobs:
8080
- name: Install Node
8181
uses: actions/setup-node@v4
8282
with:
83-
node-version: 14.x
83+
node-version: 22.x
8484
cache: pnpm
8585
- name: Install Dependencies
8686
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)