We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af4759b commit 93e4640Copy full SHA for 93e4640
.github/actions/setup-node/action.yaml
@@ -3,12 +3,12 @@ name: setup-node-env
3
runs:
4
using: "composite"
5
steps:
6
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
7
with:
8
node-version: 20.x
9
- run: npm install --global yarn
10
shell: bash
11
12
13
14
cache: "yarn"
0 commit comments