File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 runs-on : ubuntu-22.04
88 steps :
99 - uses : actions/checkout@v4
10- - name : Set Node.js 20.x
10+ - name : Set Node.js version
1111 uses : actions/setup-node@v4
1212 with :
13- node-version : 20 .x
13+ node-version : 24 .x
1414 - name : ' Install'
1515 run : |
1616 npm install
@@ -32,10 +32,10 @@ jobs:
3232 runs-on : ubuntu-22.04
3333 steps :
3434 - uses : actions/checkout@v4
35- - name : Set Node.js 20.x
35+ - name : Set Node.js version
3636 uses : actions/setup-node@v4
3737 with :
38- node-version : 20 .x
38+ node-version : 24 .x
3939 - name : ' Build action for test'
4040 run : |
4141 npm install
Original file line number Diff line number Diff line change @@ -59,6 +59,6 @@ outputs:
5959 description : " The docker ID of the service container run."
6060
6161runs :
62- using : ' node20 '
62+ using : ' node24 '
6363 main : ' dist/index.js'
6464 post : ' dist/index.js'
Original file line number Diff line number Diff line change 3434 },
3535 "devDependencies" : {
3636 "@types/jest" : " 29.5.14" ,
37- "@types/node" : " 20.19.1 " ,
37+ "@types/node" : " 24.11.0 " ,
3838 "@typescript-eslint/parser" : " 6.21.0" ,
3939 "@vercel/ncc" : " 0.38.1" ,
4040 "eslint" : " 8.57.1" ,
You can’t perform that action at this time.
0 commit comments