Skip to content

Commit 7b8526d

Browse files
author
chenjiajun79
committed
fix: node version
1 parent bbdb3a4 commit 7b8526d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ jobs:
123123
- host: windows-latest
124124
target: x86_64-pc-windows-msvc
125125
node:
126-
- '14'
127-
- '16'
128126
- '18'
127+
- '20'
128+
- '21'
129129
runs-on: ${{ matrix.settings.host }}
130130
steps:
131131
- uses: actions/checkout@v3
@@ -155,9 +155,9 @@ jobs:
155155
fail-fast: false
156156
matrix:
157157
node:
158-
- '14'
159-
- '16'
160158
- '18'
159+
- '20'
160+
- '21'
161161
runs-on: ubuntu-latest
162162
steps:
163163
- uses: actions/checkout@v3
@@ -187,9 +187,9 @@ jobs:
187187
fail-fast: false
188188
matrix:
189189
node:
190-
- '14'
191-
- '16'
192190
- '18'
191+
- '20'
192+
- '21'
193193
runs-on: ubuntu-latest
194194
steps:
195195
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)