From 63dfa8decbdcf070422996e53a8904ceddb29210 Mon Sep 17 00:00:00 2001 From: Jennifer Thakar Date: Tue, 17 Jan 2023 13:55:44 -0800 Subject: [PATCH] Update CI Node versions to 18/16/14 --- .github/workflows/ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fefe561fb..688d6b59c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ defaults: env: PROTOC_VERSION: 3.x - NODE_VERSION: 14 + NODE_VERSION: 18 on: push: {branches: [main, feature.*]} @@ -115,13 +115,13 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node_version: [16] + node_version: [18] # Only test LTS versions on Ubuntu include: - - os: ubuntu-latest - node_version: 12 - os: ubuntu-latest node_version: 14 + - os: ubuntu-latest + node_version: 16 steps: - uses: actions/checkout@v2 @@ -163,13 +163,13 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node_version: [16] + node_version: [18] # Only test LTS versions on Ubuntu include: - - os: ubuntu-latest - node_version: 12 - os: ubuntu-latest node_version: 14 + - os: ubuntu-latest + node_version: 16 steps: - uses: actions/checkout@v2