From cccff61cf4e97353c4a57725d88f1d704b00919d Mon Sep 17 00:00:00 2001 From: Perry Mitchell Date: Sat, 24 Feb 2024 19:33:03 +0200 Subject: [PATCH] Raise nodejs version for testing to v20 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ab133bf2..aaacfb0b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x] + node-version: [20.x] steps: - uses: actions/checkout@v3 - name: Linting / Formatting @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x] + node-version: [20.x] steps: - uses: actions/checkout@v3 - name: Node.js web specs ${{ matrix.node-version }}