Skip to content

Commit

Permalink
Merge pull request #104 from zakariaf/renovate/actions-setup-node-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/setup-node action to v4
  • Loading branch information
zakariaf authored Nov 20, 2023
2 parents 076b8c4 + e067cf3 commit 24833f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.x

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

- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.x

Expand Down

0 comments on commit 24833f3

Please sign in to comment.