Skip to content

Commit 437242e

Browse files
authored
Update CI Node versions to 18/16/14 (#238)
1 parent 1d4c3b9 commit 437242e

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
name: CI
22

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

97
on:
108
push:
@@ -50,15 +48,15 @@ jobs:
5048
matrix:
5149
os: [ubuntu-latest, windows-latest, macos-latest]
5250
dart_channel: [stable]
53-
node_version: [14]
51+
node_version: [18]
5452
include:
5553
# Include LTS versions on Ubuntu
5654
- os: ubuntu-latest
5755
dart_channel: stable
58-
node_version: 12
56+
node_version: 16
5957
- os: ubuntu-latest
6058
dart_channel: stable
61-
node_version: 10
59+
node_version: 14
6260
- os: ubuntu-latest
6361
dart_channel: dev
6462

0 commit comments

Comments
 (0)