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 5e2462d commit 8ea1c41Copy full SHA for 8ea1c41
.github/workflows/plan-release.yml
@@ -53,7 +53,7 @@ jobs:
53
fetch-depth: 0
54
ref: 'master'
55
- uses: pnpm/action-setup@v4
56
- - uses: actions/setup-node@v5
+ - uses: actions/setup-node@v6
57
with:
58
node-version: 18
59
cache: pnpm
.github/workflows/publish.yml
@@ -47,7 +47,7 @@ jobs:
47
steps:
48
- uses: actions/checkout@v5
49
50
51
52
# This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable
0 commit comments