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 16
16
strategy :
17
17
matrix :
18
18
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
19
- node-version : [18, 20]
19
+ node-version : [18, 20, 22 ]
20
20
steps :
21
21
- uses : actions/checkout@v4
22
22
- name : Use Node.js ${{ matrix.node-version }}
@@ -39,10 +39,10 @@ jobs:
39
39
timeout-minutes : 60
40
40
steps :
41
41
- uses : actions/checkout@v4
42
- - name : Use Node.js 18
42
+ - name : Use Node.js 20
43
43
uses : actions/setup-node@v4
44
44
with :
45
- node-version : 18
45
+ node-version : 20
46
46
- name : Bootstrap project
47
47
run : |
48
48
npm ci --ignore-scripts
@@ -57,10 +57,10 @@ jobs:
57
57
- uses : actions/checkout@v4
58
58
with :
59
59
fetch-depth : 0
60
- - name : Use Node.js 18
60
+ - name : Use Node.js 20
61
61
uses : actions/setup-node@v4
62
62
with :
63
- node-version : 18
63
+ node-version : 20
64
64
- name : Bootstrap project
65
65
run : |
66
66
npm ci --ignore-scripts
You can’t perform that action at this time.
0 commit comments