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 ba0b578 commit ae3cf2aCopy full SHA for ae3cf2a
.github/actions/setup-node/action.yml
@@ -4,7 +4,7 @@ description: Setup Node
4
runs:
5
using: "composite"
6
steps:
7
- - uses: actions/setup-node@v5
+ - uses: actions/setup-node@v6
8
with:
9
node-version: lts/*
10
cache: yarn
0 commit comments