From 44edb34027e4d972377623dfd3071f238d84f9a5 Mon Sep 17 00:00:00 2001 From: Remco Haszing Date: Tue, 16 Jan 2024 17:58:36 +0100 Subject: [PATCH] Run tests against Node.js 20 --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4e83762..505fbca 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -56,6 +56,7 @@ jobs: node-version: - 16 - 18 + - 20 steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 @@ -74,7 +75,7 @@ jobs: name: test-fixtures-node${{ matrix.node-version }} path: test/fixtures/ - uses: codecov/codecov-action@v3 - if: ${{ matrix.node-version == 18 }} + if: ${{ matrix.node-version == 20 }} release: runs-on: ubuntu-latest