Skip to content

Commit 9c00114

Browse files
committed
node 16 no longer supported by dependencies
1 parent 552f66d commit 9c00114

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
submodules: true
1919
- uses: actions/setup-node@v3
2020
with:
21-
node-version: 16
21+
node-version: 18
2222
cache: 'npm'
2323
- name: Install
2424
run: npm install
@@ -34,7 +34,7 @@ jobs:
3434
submodules: true
3535
- uses: actions/setup-node@v3
3636
with:
37-
node-version: 16
37+
node-version: 18
3838
cache: 'npm'
3939
- name: Install
4040
run: npm install
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ubuntu-latest
5353
strategy:
5454
matrix:
55-
node: [16, 18, 20]
55+
node: [18, 20, 22]
5656
steps:
5757
- uses: actions/checkout@v3
5858
with:

0 commit comments

Comments
 (0)