Skip to content

Commit 3e4e940

Browse files
authored
Node version updates - drop v21, add v23 (#14)
* Node version updates - drop v21, add v23 / v24 * Jumped the gun a bit on v24 :)
1 parent e4ec74e commit 3e4e940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
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]
19+
NODE_MAJOR_VERSION: [20,22,23]
2020
runs-on: ubuntu-latest
2121
env:
2222
RUBY_VERSION: ${{ matrix.VERSIONS.ruby }}

0 commit comments

Comments
 (0)