File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout Code
11- uses : actions/checkout@v2.3.1
11+ uses : actions/checkout@v4
1212
1313 - name : Install Node.js
14- uses : actions/setup-node@v1
14+ uses : actions/setup-node@v4
1515 with :
16- node-version : ' 16 .x'
16+ node-version : ' 22 .x'
1717
1818 - name : Install Project Dependencies
1919 run : yarn install
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout Code
13- uses : actions/checkout@v2.3.1
13+ uses : actions/checkout@v4
1414
1515 - name : Install Node.js
16- uses : actions/setup-node@v1
16+ uses : actions/setup-node@v4
1717 with :
18- node-version : ' 16 .x'
18+ node-version : ' 22 .x'
1919
2020 - name : Install Project Dependencies
2121 run : yarn install
You can’t perform that action at this time.
0 commit comments