File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ jobs:
2828 - id : set
2929 run : |
3030 if [[ "${{ inputs.full }}" == "true" ]]; then
31- echo 'matrix={"os":["ubuntu-latest"],"node":[20 ]}' >> $GITHUB_OUTPUT
31+ echo 'matrix={"os":["ubuntu-latest"],"node":[22 ]}' >> $GITHUB_OUTPUT
3232 echo 'name_suffix=(full matrix)' >> $GITHUB_OUTPUT
3333 else
34- echo 'matrix={"os":["ubuntu-latest"],"node":[20 ]}' >> $GITHUB_OUTPUT
34+ echo 'matrix={"os":["ubuntu-latest"],"node":[22 ]}' >> $GITHUB_OUTPUT
3535 echo 'name_suffix=' >> $GITHUB_OUTPUT
3636 fi
3737
Original file line number Diff line number Diff line change 4545 - name : Use Node.js
4646 uses : actions/setup-node@v4
4747 with :
48- node-version : 20
48+ node-version : 22
4949 cache : ' npm'
5050 registry-url : ' https://registry.npmjs.org'
5151 always-auth : true
You can’t perform that action at this time.
0 commit comments