From 5f376ae47d54bde8939c17dac9ebfc2d1a77f8eb Mon Sep 17 00:00:00 2001 From: James Monger Date: Wed, 25 Oct 2023 18:14:30 +0100 Subject: [PATCH] ci: run ci against node `18.x, 20.x` (#389) https://github.com/inversify/InversifyJS/pull/1527 --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 0f90665e..3ab2e010 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x, 16.x] + node-version: [18.x, 20.x] ts-project: [src/tsconfig.json, src/tsconfig-es6.json] env: