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 e18397c + 69e02ea commit cd674b1Copy full SHA for cd674b1
.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
16
fetch-depth: 0
17
token: ${{ secrets.GITHUB_TOKEN }}
18
- name: Setup Node.js
19
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
20
with:
21
node-version: lts/*
22
- name: Contributors
@@ -42,7 +42,7 @@ jobs:
42
fetch-depth: 2
43
44
45
46
47
48
- name: Setup PNPM
.github/workflows/pull_request.yml
@@ -18,7 +18,7 @@ jobs:
23
24
0 commit comments