Skip to content

Commit 499965a

Browse files
authored
Update CI Node versions to 18/16/14 (#1871)
1 parent 0006924 commit 499965a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
# Note: when changing this, also change
88
# jobs.node_tests.strategy.matrix.node_version and the Node version for Dart
99
# dev tests.
10-
DEFAULT_NODE_VERSION: 16
10+
DEFAULT_NODE_VERSION: 18
1111

1212
on:
1313
push:
@@ -60,18 +60,18 @@ jobs:
6060
matrix:
6161
os: [ubuntu-latest, windows-latest, macos-latest]
6262
dart_channel: [stable]
63-
node_version: [16]
63+
node_version: [18]
6464
include:
6565
# Include LTS versions on Ubuntu
6666
- os: ubuntu-latest
6767
dart_channel: stable
68-
node_version: 14
68+
node_version: 16
6969
- os: ubuntu-latest
7070
dart_channel: stable
71-
node_version: 12
71+
node_version: 14
7272
- os: ubuntu-latest
7373
dart_channel: dev
74-
node_version: 16
74+
node_version: 18
7575

7676
steps:
7777
- uses: actions/checkout@v3
@@ -138,18 +138,18 @@ jobs:
138138
matrix:
139139
os: [ubuntu-latest, windows-latest, macos-latest]
140140
dart_channel: [stable]
141-
node_version: [16]
141+
node_version: [18]
142142
include:
143143
# Include LTS versions on Ubuntu
144144
- os: ubuntu-latest
145145
dart_channel: stable
146-
node_version: 14
146+
node_version: 16
147147
- os: ubuntu-latest
148148
dart_channel: stable
149-
node_version: 12
149+
node_version: 14
150150
- os: ubuntu-latest
151151
dart_channel: dev
152-
node_version: 16
152+
node_version: 18
153153

154154
steps:
155155
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)