Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v4 (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 27, 2023
1 parent 87a7f46 commit 222145e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
ruby-version: "${{ matrix.ruby }}"
- name: Install NodeJS 16.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "16.x"
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
ruby-version: "3.0"
- name: Install NodeJS 16.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "16.x"
- name: Install tools
Expand Down

0 comments on commit 222145e

Please sign in to comment.