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 e7308da + c2a69e7 commit 0625411Copy full SHA for 0625411
.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@v6
20
with:
21
node-version: lts/*
22
- name: Contributors
@@ -43,7 +43,7 @@ jobs:
43
fetch-depth: 2
44
45
46
47
48
49
- name: Setup PNPM
.github/workflows/pull_request.yml
@@ -18,7 +18,7 @@ jobs:
23
24
0 commit comments