File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
1818 strategy :
1919 matrix :
2020 os : [ubuntu-latest]
21- node-version : [18, 20]
21+ node-version : [18, 20, 22 ]
2222 include :
2323 - os : macos-latest
24- node-version : 18
24+ node-version : 20
2525 - os : windows-latest
26- node-version : 18
26+ node-version : 20
2727 fail-fast : false
2828 runs-on : ${{ matrix.os }}
2929 steps :
@@ -73,10 +73,10 @@ jobs:
7373 - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
7474 with :
7575 fetch-depth : 0
76- - name : Use Node.js 18
76+ - name : Use Node.js 20
7777 uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
7878 with :
79- node-version : 18
79+ node-version : 20
8080 - name : Update NPM
8181 run : npm install --global npm
8282 - name : Bootstrap project
@@ -94,10 +94,10 @@ jobs:
9494 - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
9595 with :
9696 fetch-depth : 0
97- - name : Use Node.js 18
97+ - name : Use Node.js 20
9898 uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
9999 with :
100- node-version : 18
100+ node-version : 20
101101 - name : Update NPM
102102 run : npm install --global npm
103103 - name : Bootstrap project
You can’t perform that action at this time.
0 commit comments