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 2442a70 commit e7a366cCopy full SHA for e7a366c
2 files changed
.github/workflows/CI.yml
@@ -12,7 +12,7 @@ jobs:
12
13
steps:
14
- uses: actions/checkout@v6
15
- - uses: pnpm/action-setup@v4
+ - uses: pnpm/action-setup@v5
16
- uses: actions/setup-node@v6
17
with:
18
node-version: 'lts/*'
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
19
fetch-depth: 0
20
21
22
23
- name: Setup Node.js
24
uses: actions/setup-node@v6
0 commit comments