Skip to content

Commit

Permalink
use Node.js 16 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Feb 19, 2023
1 parent 0ce1c0b commit 04ff81d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16
# Add or replace dependency steps here
- name: Install Ruby and gems
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 04ff81d

Please sign in to comment.