File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 strategy :
2020 matrix :
2121 os : [ubuntu-latest]
22- node-version : [18, 20, 21 ]
22+ node-version : [18, 20, 22 ]
2323 include :
2424 - os : macos-latest
25- node-version : 18 # LTS
25+ node-version : 20 # LTS
2626 - os : windows-latest
27- node-version : 18 # LTS
27+ node-version : 20 # LTS
2828 fail-fast : false
2929 runs-on : ${{ matrix.os }}
3030 steps :
@@ -68,10 +68,10 @@ jobs:
6868 - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
6969 with :
7070 fetch-depth : 0
71- - name : Use Node.js 18
71+ - name : Use Node.js 20
7272 uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
7373 with :
74- node-version : 18
74+ node-version : 20
7575 - name : Bootstrap project
7676 run : npm ci --ignore-scripts
7777 - name : Verify commit linting
You can’t perform that action at this time.
0 commit comments