From 38d1a5fe5303e71c5d8f4e37416b80c2b401176d Mon Sep 17 00:00:00 2001 From: Jennifer Thakar Date: Tue, 17 Jan 2023 13:53:27 -0800 Subject: [PATCH] Update CI Node versions to 18/16/14 --- .github/workflows/ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec0a3702b..dfdbaed3b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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 @@ -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