File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change 2121 strategy :
2222 fail-fast : false
2323 matrix :
24- node-version : [14 , 'lts/*']
24+ node-version : [18 , 'lts/*']
2525 # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2626 steps :
2727 - uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2
3838 strategy :
3939 fail-fast : false
4040 matrix :
41- node-version : [14 , 'lts/*']
41+ node-version : [18 , 'lts/*']
4242 # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
4343 services :
4444 regtest :
6161 # ####################
6262 # Jobs without matrix
6363 # ####################
64- audit :
65- runs-on : ubuntu-latest
66- steps :
67- - uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2
68- - uses : actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3
69- with :
70- node-version : ' lts/*'
71- registry-url : https://registry.npmjs.org/
72- cache : ' npm'
73- - run : npm ci
74- - run : npm run audit
7564 coverage :
7665 runs-on : ubuntu-latest
7766 steps :
You can’t perform that action at this time.
0 commit comments