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 9d85f7c commit 834aa5dCopy full SHA for 834aa5d
.github/workflows/test.yml
@@ -30,7 +30,7 @@ jobs:
30
ref: ${{ github.event.pull_request.head.sha || github.ref }}
31
32
- name: Setup Node
33
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
34
with:
35
node-version: 18
36
cache: 'npm'
0 commit comments