From 04d27d80a5137ba4ead15ffeebe7b91b8d744000 Mon Sep 17 00:00:00 2001 From: duncdrum Date: Mon, 30 Oct 2023 11:11:15 +0100 Subject: [PATCH] =?UTF-8?q?chore(ci):=20=F0=9F=90=9E=20test=20node=2018?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 2589a064..aa4853b1 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -21,7 +21,7 @@ jobs: cache: 'npm' - run: npm ci - run: npm test - continue-on-error: ${{ matrix.node-version == '18' }} + # continue-on-error: ${{ matrix.node-version == '20' }} release: name: Release runs-on: ubuntu-latest