Skip to content

Commit

Permalink
Update node versions
Browse files Browse the repository at this point in the history
Update Ruby versions
  • Loading branch information
mtgrosser committed Sep 26, 2024
1 parent df418e2 commit eab3782
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
timeout-minutes: 5
strategy:
matrix:
ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2']
node-version: ['12.x', '14.x', '16.x']
ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3']
node-version: ['18.x', '20.x', '21.x', '22.x']

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
/test/tmp/
/test/version_tmp/
/tmp/
/node_modules/

# Used by dotenv library to load environment variables.
# .env
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.2
3.3.4
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ GEM
remote: https://rubygems.org/
specs:
byebug (11.1.3)
minitest (5.14.4)
rake (13.0.6)
minitest (5.25.1)
rake (13.2.1)

PLATFORMS
ruby
x86_64-darwin-16
x86_64-darwin-18

DEPENDENCIES
bundler
Expand All @@ -22,4 +22,4 @@ DEPENDENCIES
rake

BUNDLED WITH
2.2.22
2.5.11

0 comments on commit eab3782

Please sign in to comment.