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 f21657f commit a39f93dCopy full SHA for a39f93d
.github/workflows/node.js-ci.yml
@@ -16,7 +16,7 @@ jobs:
16
name: Checkout [main]
17
with:
18
fetch-depth: 0
19
- - uses: actions/setup-node@v5
+ - uses: actions/setup-node@v6
20
21
node-version: "24"
22
- uses: pnpm/action-setup@v4
@@ -57,7 +57,7 @@ jobs:
57
ref: ${{ github.event.pull_request.head.ref }}
58
repository: ${{ github.event.pull_request.head.repo.full_name }}
59
60
61
62
63
0 commit comments