Skip to content

Commit

Permalink
feat(capybara): fixup! update nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
VladislavSokov committed Sep 15, 2023
1 parent 36cbbb6 commit af4fce3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ jobs:
run: cp config/database.yml.ci config/database.yml
- name: Set up database schema
run: bin/rails db:schema:load
- name: Export node options
run: export NODE_OPTIONS=--openssl-legacy-provider
- name: Specify Node Version
uses: actions/setup-node@v3
with:
node-version: 18.17.1
- name: Compile assets
run: bin/rails assets:precompile
- name: Run tests
Expand Down

0 comments on commit af4fce3

Please sign in to comment.