Skip to content

Commit

Permalink
Update CI Node versions to 18/16/14 (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
jathak authored Jan 25, 2023
1 parent 1d4c3b9 commit 437242e
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: CI

env:
# Run on Node 14 because node-fibers doesn't support odd-numbered Node
# versions. Note: when changing this, also change
# jobs.node_tests.strategy.matrix.node_version.
DEFAULT_NODE_VERSION: 14
# Note: when changing this, also change jobs.node_tests.strategy.matrix.node_version.
DEFAULT_NODE_VERSION: 18

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

Expand Down

0 comments on commit 437242e

Please sign in to comment.