We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 732592c commit 582785eCopy full SHA for 582785e
.github/workflows/node.js.yml
@@ -53,7 +53,7 @@ jobs:
53
${{ runner.os }}-node-${{ matrix.NODE_VERSION }}-npm-lock-
54
55
- name: Use Node.js ${{ matrix.NODE_VERSION }}
56
- uses: actions/setup-node@v3.5.1
+ uses: actions/setup-node@v3.6.0
57
with:
58
node-version: ${{ matrix.NODE_VERSION }}
59
0 commit comments