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 427b620 + 0f21689 commit d455b91Copy full SHA for d455b91
.github/actions/setup/action.yml
@@ -6,7 +6,7 @@ runs:
6
using: composite
7
steps:
8
- name: Use Node.js v${{ matrix.node-version }}
9
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
10
with:
11
node-version: ${{ matrix.node-version }}
12
cache: "npm"
0 commit comments