Skip to content

Commit

Permalink
Update CI Node versions to 18/16/14 (#1871)
Browse files Browse the repository at this point in the history
  • Loading branch information
jathak committed Jan 25, 2023
1 parent 0006924 commit 499965a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
# Note: when changing this, also change
# jobs.node_tests.strategy.matrix.node_version and the Node version for Dart
# dev tests.
DEFAULT_NODE_VERSION: 16
DEFAULT_NODE_VERSION: 18

on:
push:
Expand Down Expand Up @@ -60,18 +60,18 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
dart_channel: [stable]
node_version: [16]
node_version: [18]
include:
# Include LTS versions on Ubuntu
- os: ubuntu-latest
dart_channel: stable
node_version: 14
node_version: 16
- os: ubuntu-latest
dart_channel: stable
node_version: 12
node_version: 14
- os: ubuntu-latest
dart_channel: dev
node_version: 16
node_version: 18

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -138,18 +138,18 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
dart_channel: [stable]
node_version: [16]
node_version: [18]
include:
# Include LTS versions on Ubuntu
- os: ubuntu-latest
dart_channel: stable
node_version: 14
node_version: 16
- os: ubuntu-latest
dart_channel: stable
node_version: 12
node_version: 14
- os: ubuntu-latest
dart_channel: dev
node_version: 16
node_version: 18

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 499965a

Please sign in to comment.