Skip to content

Commit

Permalink
Run nightlies in Node 10 and 18 which are the oldest supported and ne…
Browse files Browse the repository at this point in the history
…west Node versions (#1321)
  • Loading branch information
srknzl committed Jun 18, 2022
1 parent a71eb69 commit aceb3fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly_runner_maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
branch: [ 5.0.x, 4.2.x, 4.1.x, 4.0.x ]
os: [ ubuntu-latest, windows-latest ]
nodejs_version: [ 10, 11, 12, 13, 14, 15, 16, 17 ]
nodejs_version: [ 10, 18 ]
fail-fast: false
steps:
- name: Setup Java
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly_runner_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
nodejs_version: [ 10, 11, 12, 13, 14, 15, 16, 17 ]
nodejs_version: [ 10, 18 ]
fail-fast: false
steps:
- name: Setup Java
Expand Down

0 comments on commit aceb3fc

Please sign in to comment.