Skip to content

Commit 96d4508

Browse files
Update actions/setup-node action to v6 (#590)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5ee2770 commit 96d4508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Checkout 🛎
2828
uses: actions/checkout@v6
2929
- name: Setup Node env 🏗
30-
uses: actions/setup-node@v4
30+
uses: actions/setup-node@v6
3131
with:
3232
node-version: 'lts/*'
3333
cache: 'npm'

0 commit comments

Comments
 (0)