Skip to content

Commit 56afa69

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Checkout Project
3434
uses: actions/checkout@v5
3535
- name: Use Node.js v20
36-
uses: actions/setup-node@v4
36+
uses: actions/setup-node@v5
3737
with:
3838
node-version: 22
3939
cache: yarn

0 commit comments

Comments
 (0)