Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanKilleen committed Nov 13, 2024
1 parent 7b99f61 commit 45a29ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
name: "Build and Release"
strategy:
matrix:
VERSIONS: [ {ruby: 2.7.3, ghpages: 226}, {ruby: 2.7.4, ghpages: 231}]
NODE_MAJOR_VERSION: [18,20,21]
VERSIONS: [ {ruby: 2.7.3, ghpages: 226}, {ruby: 2.7.4, ghpages: 231}, {ruby: 3.3.4, ghpages: 232}]
NODE_MAJOR_VERSION: [20,21,22]
runs-on: ubuntu-latest
env:
RUBY_VERSION: ${{ matrix.VERSIONS.ruby }}
Expand Down

0 comments on commit 45a29ad

Please sign in to comment.