Skip to content

Commit 93b930a

Browse files
chore(deps): update node.js to v22
1 parent c2c1d1e commit 93b930a

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
@@ -30,7 +30,7 @@
3030
"release-plan": "0.16.0"
3131
},
3232
"volta": {
33-
"node": "20.10.0",
33+
"node": "22.15.0",
3434
"pnpm": "10.3.0"
3535
},
3636
"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)