Skip to content

Commit

Permalink
Update Node for JS API to 18/16/14
Browse files Browse the repository at this point in the history
  • Loading branch information
jathak committed Feb 14, 2023
1 parent 7e22918 commit 4935fbe
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ defaults:

env:
PROTOC_VERSION: 3.x
# TODO(jathak): Update this to Node 18 once unit tests are fixed.
NODE_VERSION: 14

on:
Expand Down Expand Up @@ -115,13 +116,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
Expand Down Expand Up @@ -163,13 +164,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
Expand Down

0 comments on commit 4935fbe

Please sign in to comment.