From 36266442aea763f9f3b1f59d84a5adc04782cd43 Mon Sep 17 00:00:00 2001 From: David Walsh <5778036+rhinodavid@users.noreply.github.com> Date: Wed, 24 Jan 2024 13:06:44 -0700 Subject: [PATCH] Add support for node 20 & 21; Drop 16 (#19) --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index edd5604..de50b9f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - node-version: [19.x, 18.x, 16.x] + node-version: [21.x, 20.x, 19.x, 18.x] os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }}