From 3f1b7f1fc9e7189980789fc4ca240695f7df73e5 Mon Sep 17 00:00:00 2001 From: Ryan Block Date: Tue, 5 Dec 2023 19:55:26 -0800 Subject: [PATCH] Begin testing Node.js 20.x now that Inventory tests no longer rely on `mock-tmp` --- .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 8651d2a..406aee6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [ 14.x, 16.x, 18.x ] + node-version: [ 14.x, 16.x, 18.x, 20.x ] os: [ windows-latest, ubuntu-latest, macOS-latest ] # Go