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 9b6c49f commit 13600e0Copy full SHA for 13600e0
.github/workflows/ci.yml
@@ -151,7 +151,7 @@ jobs:
151
with:
152
fetch-depth: 0 # Required for semantic-release to analyze commit history
153
- name: Setup Node.js
154
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
155
156
node-version: 24
157
- name: Install dependencies
.github/workflows/release-automated.yml
@@ -28,7 +28,7 @@ jobs:
28
fetch-depth: 0
29
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
30
31
32
33
34
cache: 'npm'
0 commit comments