Skip to content

Commit 9f5cf42

Browse files
chore(deps): update actions/setup-node action to v6 (#107)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d80a100 commit 9f5cf42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
working-directory: ./dist
7070

7171
- name: Setup Node.js
72-
uses: actions/setup-node@v4
72+
uses: actions/setup-node@v6
7373
with:
7474
node-version: "lts/*"
7575
- run: npm ci

0 commit comments

Comments
 (0)