We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1eb6258 + d0d53c2 commit f809dfaCopy full SHA for f809dfa
2 files changed
.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@v5
+ uses: actions/setup-node@v6
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
@@ -20,7 +20,7 @@ jobs:
23
24
25
node-version: ${{ matrix.node-version }}
26
0 commit comments