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 12379e2 commit 5a2bba9Copy full SHA for 5a2bba9
2 files changed
.github/workflows/plan-release.yml
@@ -52,7 +52,7 @@ jobs:
52
fetch-depth: 0
53
ref: 'master'
54
- uses: pnpm/action-setup@v4
55
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
56
with:
57
node-version: 22
58
cache: pnpm
.github/workflows/publish.yml
@@ -29,7 +29,7 @@ jobs:
29
steps:
30
- uses: actions/checkout@v4
31
32
33
34
35
# This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable
0 commit comments