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 5289c2f commit 7b048e5Copy full SHA for 7b048e5
.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@v3
+ - uses: actions/setup-node@v4
20
21
node-version: "16"
22
- uses: pnpm/action-setup@v2.4.0
@@ -54,7 +54,7 @@ jobs:
54
ref: ${{ github.event.pull_request.head.ref }}
55
repository: ${{ github.event.pull_request.head.repo.full_name }}
56
57
58
59
60
0 commit comments