Skip to content

Commit b59ca10

Browse files
committed
Use Node 18 for CI
1 parent 8a875d8 commit b59ca10

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Use Node.js
3232
uses: actions/setup-node@v3
3333
with:
34-
node-version: '16'
34+
node-version: '18'
3535

3636
- name: Enable Corepack
3737
run: corepack enable
@@ -65,7 +65,7 @@ jobs:
6565
- name: Use Node.js
6666
uses: actions/setup-node@v3
6767
with:
68-
node-version: '16'
68+
node-version: '18'
6969

7070
- name: Enable Corepack
7171
run: corepack enable
@@ -99,7 +99,7 @@ jobs:
9999
- name: Use Node.js
100100
uses: actions/setup-node@v3
101101
with:
102-
node-version: '16'
102+
node-version: '18'
103103

104104
- name: Enable Corepack
105105
run: corepack enable

.github/workflows/dependabot-dedupe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Use Node.js
3232
uses: actions/setup-node@v3
3333
with:
34-
node-version: '16'
34+
node-version: '18'
3535

3636
- name: Enable Corepack
3737
run: corepack enable

0 commit comments

Comments
 (0)