We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86a2048 + 76e13a6 commit 3c267caCopy full SHA for 3c267ca
3 files changed
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
19
steps:
20
- uses: actions/checkout@v4
21
- - uses: pnpm/action-setup@v2
+ - uses: pnpm/action-setup@v3
22
with:
23
version: 8
24
- uses: actions/setup-node@v4
.github/workflows/plan-release.yml
@@ -53,7 +53,7 @@ jobs:
53
54
node-version: 18
55
56
57
58
59
- run: pnpm install --frozen-lockfile
.github/workflows/publish.yml
@@ -50,7 +50,7 @@ jobs:
50
# This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable
51
registry-url: 'https://registry.npmjs.org'
52
0 commit comments