Skip to content

Commit 621e8d2

Browse files
committed
revert node version
1 parent 3eb48a5 commit 621e8d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rubyonrails.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
- name: Checkout code
3434
uses: actions/checkout@v3
3535
- name: Setup node
36-
uses: actions/setup-node@v3
36+
uses: actions/setup-node@v4
3737
with:
38-
node-version: 20
38+
node-version: 16
3939
# Add or replace dependency steps here
4040
- name: Install Ruby and gems
4141
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)