Skip to content

Commit

Permalink
feat(deps): update actions/setup-node action to v3 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 17, 2022
1 parent b0a8396 commit ffb9430
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
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
ruby-version: "${{ matrix.ruby }}"
- name: Install NodeJS 14.x
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: "14.x"
- name: Install tools
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
ruby-version: "2.7"
- name: Install NodeJS 12.x
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: "12.x"
- name: Install tools
Expand Down

0 comments on commit ffb9430

Please sign in to comment.