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 a4b335a commit cc81047Copy full SHA for cc81047
.github/actions/setup/action.yml
@@ -4,7 +4,7 @@ description: Set up environment and install dependencies
4
runs:
5
using: composite
6
steps:
7
- - uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
+ - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
8
with:
9
node-version-file: .nvmrc
10
0 commit comments