Skip to content

Commit

Permalink
[node] update version lists
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 19, 2024
1 parent ee1ed2f commit 2fde8e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion node/minors/23.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
version: ~> 1.0
language: node_js
node_js:
- "23.4"
- "23.5"
import:
- ljharb/travis-ci:node/latest-npm.yml # ../latest-npm.yml
- ljharb/travis-ci:node/tests-only.yml # ../tests-only.yml
- ljharb/travis-ci:node/dep-updaters.yml # ../dep-updaters.yml
matrix:
fast_finish: true
include:
- node_js: "23.4"
env: TEST=true ALLOW_FAILURE=true
- node_js: "23.3"
env: TEST=true ALLOW_FAILURE=true
- node_js: "23.2"
Expand Down
4 changes: 3 additions & 1 deletion node/minors/gte_4.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2fde8e1

Please sign in to comment.