Skip to content

Commit 3eb48a5

Browse files
committed
update CI
1 parent 1cb6f1a commit 3eb48a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rubyonrails.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,14 @@ jobs:
2828
POSTGRES_USER: rails
2929
POSTGRES_PASSWORD: password
3030
CC_TEST_REPORTER_ID: c193cb8ea058a7d62fd62d6d05adaaf95f6bdf882c1039500b30b54494a36e52
31+
NODE_OPTIONS: --openssl-legacy-provider
3132
steps:
3233
- name: Checkout code
3334
uses: actions/checkout@v3
3435
- name: Setup node
3536
uses: actions/setup-node@v3
3637
with:
37-
node-version: 16
38+
node-version: 20
3839
# Add or replace dependency steps here
3940
- name: Install Ruby and gems
4041
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)