File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2424 - name : Set up Node.js 20
2525 uses : actions/setup-node@v5
2626 with :
27- node-version : ' 20.x '
27+ node-version : ' 22.19.0 '
2828 cache : yarn
2929 - name : Install dependencies
3030 run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 3232 - name : Set up Node.js 20
3333 uses : actions/setup-node@v5
3434 with :
35- node-version : ' 20.x '
35+ node-version : ' 22.19.0 '
3636 cache : yarn
3737 - name : Install dependencies
3838 run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 4848 - name : Set up Node.js 20
4949 uses : actions/setup-node@v5
5050 with :
51- node-version : ' 20.x '
51+ node-version : ' 22.19.0 '
5252 cache : yarn
5353 - name : Install dependencies
5454 run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ jobs:
2020 contents : write
2121 steps :
2222 - name : Checkout code
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2424 with :
2525 submodules : true
2626 - name : Set up Node.js 20
27- uses : actions/setup-node@v4
27+ uses : actions/setup-node@v5
2828 with :
29- node-version : ' 20.x '
29+ node-version : ' 22.19.0 '
3030 cache : yarn
3131 - name : Install dependencies
3232 run : yarn install --frozen-lockfile
You can’t perform that action at this time.
0 commit comments