chore: drop node16 (#7620)

This commit is contained in:
Beka Westberg
2023-11-01 15:48:34 +00:00
committed by GitHub
parent 37bfcbc31e
commit 666a393ac5
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ jobs:
# TODO (#2114): re-enable osx build. # TODO (#2114): re-enable osx build.
# os: [ubuntu-latest, macos-latest] # os: [ubuntu-latest, macos-latest]
os: [macos-latest] os: [macos-latest]
node-version: [16.x, 18.x, 20.x] node-version: [18.x, 20.x]
# See supported Node.js release schedule at # See supported Node.js release schedule at
# https://nodejs.org/en/about/releases/ # https://nodejs.org/en/about/releases/

View File

@@ -18,7 +18,7 @@ jobs:
# TODO (#2114): re-enable osx build. # TODO (#2114): re-enable osx build.
# os: [ubuntu-latest, macos-latest] # os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest] os: [ubuntu-latest]
node-version: [16.x, 18.x, 20.x] node-version: [18.x, 20.x]
# See supported Node.js release schedule at # See supported Node.js release schedule at
# https://nodejs.org/en/about/releases/ # https://nodejs.org/en/about/releases/