Skip to content

Commit b32ffce

Browse files
chore(deps): update actions/setup-node action to v6 (#123)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Le TOULLEC Martial <308012+koromerzhin@users.noreply.github.com>
1 parent 83d3903 commit b32ffce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: go-task/setup-task@v1
2626

2727
- name: Setup Node.js
28-
uses: actions/setup-node@v5
28+
uses: actions/setup-node@v6
2929
with:
3030
node-version-file: '.nvmrc'
3131
cache: 'npm'

0 commit comments

Comments
 (0)