Skip to content

Commit 04ff81d

Browse files
committed
use Node.js 16 in CI
1 parent 0ce1c0b commit 04ff81d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/rubyonrails.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
steps:
2828
- name: Checkout code
2929
uses: actions/checkout@v3
30+
- name: Setup node
31+
uses: actions/setup-node@v3
32+
with:
33+
node-version: 16
3034
# Add or replace dependency steps here
3135
- name: Install Ruby and gems
3236
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)