We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 764b33c commit ad12860Copy full SHA for ad12860
1 file changed
action.yml
@@ -95,7 +95,7 @@ runs:
95
shell: 'bash'
96
97
- name: Setup Node
98
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
99
with:
100
node-version-file: ${{ env.REL_ACTION_PATH }}/env/.nvmrc
101
# Disable caching as it is not supported outside $GITHUB_WORKSPACE
0 commit comments