Skip to content

Commit

Permalink
build: update CI for Node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
pat committed Nov 7, 2023
1 parent f8f72b1 commit bacc5ed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up ruby
uses: ruby/setup-ruby@v1
with:
Expand All @@ -29,9 +29,11 @@ jobs:
- name: Set up node
uses: actions/setup-node@v3
with:
node-version: 16.18.1
node-version: 20
cache: "yarn"
- name: Install Yarn dependencies
env:
NODE_OPTIONS: "--openssl-legacy-provider"
run: |
yarn install
bundle exec rails webpacker:compile
Expand Down

0 comments on commit bacc5ed

Please sign in to comment.