File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 build :
77 runs-on : ubuntu-24.04
88 steps :
9- - uses : actions/checkout@v5
10- - name : Set Node.js 20.x
9+ - uses : actions/checkout@v6
10+ - name : Setup Node.js
1111 uses : actions/setup-node@v6
1212 with :
13- node-version : 20 .x
13+ node-version : 24 .x
1414 - name : ' Install'
1515 run : |
1616 npm install
@@ -31,11 +31,11 @@ jobs:
3131 test :
3232 runs-on : ubuntu-24.04
3333 steps :
34- - uses : actions/checkout@v5
35- - name : Set Node.js 20.x
34+ - uses : actions/checkout@v6
35+ - name : Setup Node.js
3636 uses : actions/setup-node@v6
3737 with :
38- node-version : 20 .x
38+ node-version : 24 .x
3939 - name : ' Build action for test'
4040 run : |
4141 npm install
5353 name : ' Build and release action'
5454 needs : [build, test]
5555 steps :
56- - uses : actions/checkout@v5
56+ - uses : actions/checkout@v6
5757 with :
5858 fetch-depth : 0
5959 persist-credentials : true
You can’t perform that action at this time.
0 commit comments