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.
2 parents 9a5649a + 7a427e4 commit 6f3a022Copy full SHA for 6f3a022
.github/actions/build/action.yml
@@ -3,7 +3,7 @@ description: Build
3
runs:
4
using: "composite"
5
steps:
6
- - uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3.0.0
+ - uses: actions/setup-node@v4
7
with:
8
node-version-file: '.nvmrc'
9
cache: 'yarn'
0 commit comments