File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 77 - uses : actions/checkout@v5
88 # waiting on: https://github.com/actions/setup-node/issues/531
99 - run : corepack enable
10- - uses : actions/setup-node@v4
10+ - uses : actions/setup-node@v5
1111 with :
1212 node-version : 22
1313 cache : " yarn"
Original file line number Diff line number Diff line change 3333 fetch-depth : 0
3434 # waiting on: https://github.com/actions/setup-node/issues/531
3535 - run : corepack enable
36- - uses : actions/setup-node@v4
36+ - uses : actions/setup-node@v5
3737 with :
3838 node-version : 22
3939 registry-url : " https://registry.npmjs.org"
Original file line number Diff line number Diff line change 1414 ssh-key : ${{ secrets.ACTION_DEPLOY_KEY }}
1515 # waiting on: https://github.com/actions/setup-node/issues/531
1616 - run : corepack enable
17- - uses : actions/setup-node@v4
17+ - uses : actions/setup-node@v5
1818 with :
1919 node-version : 22
2020 cache : " yarn"
Original file line number Diff line number Diff line change 77 - uses : actions/checkout@v5
88 # waiting on: https://github.com/actions/setup-node/issues/531
99 - run : corepack enable
10- - uses : actions/setup-node@v4
10+ - uses : actions/setup-node@v5
1111 with :
1212 node-version : 22
1313 cache : " yarn"
3030 # Not using a matrix here since it's simpler
3131 # to just duplicate it and not spawn new instances
3232
33- - uses : actions/setup-node@v4
33+ - uses : actions/setup-node@v5
3434 with :
3535 node-version : 20
3636 - name : test build package on node@20
You can’t perform that action at this time.
0 commit comments