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 79dad9e commit 3d365f2Copy full SHA for 3d365f2
.github/workflows/plan-release.yml
@@ -52,7 +52,7 @@ jobs:
52
with:
53
fetch-depth: 0
54
ref: 'main'
55
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
56
57
node-version: 22
58
- uses: pnpm/action-setup@v4
.github/workflows/publish.yml
@@ -44,7 +44,7 @@ jobs:
44
45
steps:
46
- uses: actions/checkout@v5
47
48
49
50
# This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable
0 commit comments