We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbdb3a4 commit 7b8526dCopy full SHA for 7b8526d
.github/workflows/CI.yml
@@ -123,9 +123,9 @@ jobs:
123
- host: windows-latest
124
target: x86_64-pc-windows-msvc
125
node:
126
- - '14'
127
- - '16'
128
- '18'
+ - '20'
+ - '21'
129
runs-on: ${{ matrix.settings.host }}
130
steps:
131
- uses: actions/checkout@v3
@@ -155,9 +155,9 @@ jobs:
155
fail-fast: false
156
matrix:
157
158
159
160
161
runs-on: ubuntu-latest
162
163
@@ -187,9 +187,9 @@ jobs:
187
188
189
190
191
192
193
194
195
0 commit comments