We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ec74e commit 3e4e940Copy full SHA for 3e4e940
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
matrix:
18
VERSIONS: [ {ruby: 2.7.3, bundler: 2.4.22, ghpages: 226}, {ruby: 2.7.4, bundler: 2.4.22, ghpages: 231}, {ruby: 3.3.4, bundler: 2.5.23, ghpages: 232}]
19
- NODE_MAJOR_VERSION: [20,21,22]
+ NODE_MAJOR_VERSION: [20,22,23]
20
runs-on: ubuntu-latest
21
env:
22
RUBY_VERSION: ${{ matrix.VERSIONS.ruby }}
0 commit comments