Skip to content

Commit 24833f3

Browse files
authored
Merge pull request #104 from zakariaf/renovate/actions-setup-node-4.x
chore(deps): update actions/setup-node action to v4
2 parents 076b8c4 + e067cf3 commit 24833f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
2020

2121
- name: Install Node.js
22-
uses: actions/setup-node@v3
22+
uses: actions/setup-node@v4
2323
with:
2424
node-version: 18.x
2525

@@ -77,7 +77,7 @@ jobs:
7777
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
7878

7979
- name: Install Node.js
80-
uses: actions/setup-node@v3
80+
uses: actions/setup-node@v4
8181
with:
8282
node-version: 18.x
8383

0 commit comments

Comments
 (0)