Skip to content

Commit dc2fcae

Browse files
authored
Merge pull request #101 from ember-cli/update-node-ci
[beta] update node version used in CI
2 parents e046c93 + e46e274 commit dc2fcae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: pnpm/action-setup@v4
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 18
19+
node-version: 22
2020
cache: pnpm
2121
- run: pnpm install --frozen-lockfile
2222
- run: pnpm lint
@@ -36,7 +36,7 @@ jobs:
3636
- uses: pnpm/action-setup@v4
3737
- uses: actions/setup-node@v4
3838
with:
39-
node-version: 18
39+
node-version: 20
4040
cache: pnpm
4141
- name: Set TEMP to D:/Temp on windows
4242
if: ${{matrix.os}} == windows-latest

0 commit comments

Comments
 (0)