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.
1 parent 8bf5f7f commit 7000bb1Copy full SHA for 7000bb1
.github/actions/setup/action.yml
@@ -5,7 +5,7 @@ runs:
5
using: composite
6
steps:
7
- name: Setup Node.js
8
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
9
10
- name: Install
11
run: npm install
0 commit comments