Skip to content

Commit

Permalink
Update CI to use Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
elohanlon committed Nov 26, 2024
1 parent d81ba93 commit 4f2fb34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
ruby-version: ['3.2.2']
node: ['14', '16']
node: ['20']
env:
RAILS_ENV: test
NOKOGIRI_USE_SYSTEM_LIBRARIES: true
Expand Down

0 comments on commit 4f2fb34

Please sign in to comment.