Skip to content

Commit 13600e0

Browse files
refactor: Bump actions/setup-node from 3 to 6 (#1054)
1 parent 9b6c49f commit 13600e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
with:
152152
fetch-depth: 0 # Required for semantic-release to analyze commit history
153153
- name: Setup Node.js
154-
uses: actions/setup-node@v4
154+
uses: actions/setup-node@v6
155155
with:
156156
node-version: 24
157157
- name: Install dependencies

.github/workflows/release-automated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
3030
- name: Setup Node.js
31-
uses: actions/setup-node@v4
31+
uses: actions/setup-node@v6
3232
with:
3333
node-version: 24
3434
cache: 'npm'

0 commit comments

Comments
 (0)