File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -153,10 +153,16 @@ jobs:
153153 - name : Run cli tests
154154 run : npm run test-cli
155155 - name : Install msnodesqlv8
156- if : ${{ matrix.node != '22.x' }}
156+ if : ${{ matrix.node != '22.x' && matrix.node != '24.x' }}
157157 run : npm install --no-save msnodesqlv8@^2
158158 - name : Run msnodesqlv8 tests
159- if : ${{ matrix.node != '22.x' }}
159+ if : ${{ matrix.node != '22.x' && matrix.node != '24.x' }}
160+ run : npm run test-msnodesqlv8
161+ - name : Install msnodesqlv8
162+ if : ${{ matrix.node == '22.x' || matrix.node == '24.x' }}
163+ run : npm install --no-save msnodesqlv8@^4
164+ - name : Run msnodesqlv8 tests
165+ if : ${{ matrix.node == '22.x' && matrix.node == '24.x' }}
160166 run : npm run test-msnodesqlv8
161167 release :
162168 name : Release
You can’t perform that action at this time.
0 commit comments