From 932cd0bc03a6986e145019c6a9b46da941f302ce Mon Sep 17 00:00:00 2001 From: Dan Wager Date: Thu, 28 Dec 2023 15:28:39 -0800 Subject: [PATCH] Update node.js LTS build versions --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f0a4c8e..8e09dc4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: # the Node.js versions to build on - node-version: [ 12.x, 13.x, 14.x, 15.x, 16.x, 18.x ] + node-version: [ 18.x, 20.x ] steps: - uses: actions/checkout@v2