We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 552f66d commit 9c00114Copy full SHA for 9c00114
.github/workflows/CI.yml
@@ -18,7 +18,7 @@ jobs:
18
submodules: true
19
- uses: actions/setup-node@v3
20
with:
21
- node-version: 16
+ node-version: 18
22
cache: 'npm'
23
- name: Install
24
run: npm install
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
40
@@ -52,7 +52,7 @@ jobs:
52
runs-on: ubuntu-latest
53
strategy:
54
matrix:
55
- node: [16, 18, 20]
+ node: [18, 20, 22]
56
steps:
57
- uses: actions/checkout@v3
58
0 commit comments