From b44ab777153a0e1046d7147d221039caf4e3aadf Mon Sep 17 00:00:00 2001 From: George Grigorian Date: Wed, 8 May 2024 16:44:57 +1000 Subject: [PATCH] ci(github): change node versions tested in matrix to try fix CI test error --- .github/workflows/npm-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index ef2bbdc..6fff58d 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [ 14, 16, 18 ] + node: [ 18, 20 ] name: Node ${{ matrix.node }} test steps: - uses: actions/checkout@v4