Skip to content

Commit 74f2c7f

Browse files
chore(deps): update actions/setup-node action to v5 (#77)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f7374cb commit 74f2c7f

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
@@ -44,7 +44,7 @@ jobs:
4444
fetch-depth: 0
4545

4646
- name: 🏗️ Setup Node.js
47-
uses: actions/setup-node@v4
47+
uses: actions/setup-node@v5
4848
with:
4949
node-version: ${{ needs.setup-env.outputs.node-version }}
5050
cache: 'npm'

0 commit comments

Comments
 (0)