File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1919 fail-fast : true
2020 matrix :
2121 # node-version: [14.x, 16.x, 18.x]
22- node-version : [20 ]
22+ node-version : [22 ]
2323 # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2424
2525 steps :
5252 run : |
5353 yarn install
5454 yarn build
55- npx gscan . --verbose
55+ npx gscan . --verbose
Original file line number Diff line number Diff line change 1919 fail-fast : true
2020 matrix :
2121 # node-version: [14.x, 16.x, 18.x]
22- node-version : [20 ]
22+ node-version : [22 ]
2323 # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2424
2525 steps :
4141
4242 - name : Install and test with ${{ matrix.node-version }}
4343 run : |
44- yarn add gscan || npm install -g gscan
4544 yarn install
4645 yarn build
47- yarn test:ci
46+ yarn test:dev
You can’t perform that action at this time.
0 commit comments