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 e07e390 commit f219d45Copy full SHA for f219d45
.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
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
46
47
- name: Setup PNPM
.github/workflows/pull_request.yml
@@ -18,7 +18,7 @@ jobs:
23
24
0 commit comments