We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77acd71 commit bf75501Copy full SHA for bf75501
.github/actions/node-manager/action.yml
@@ -8,7 +8,7 @@ inputs:
8
runs:
9
using: "composite"
10
steps:
11
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
12
with:
13
node-version: ${{ inputs.node-version }}
14
0 commit comments