From c837ad99e860c2aff43914ab8d86b343ae466d7d Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Tue, 7 Nov 2023 08:51:29 +0200 Subject: [PATCH] Also run spec on modern Node versions in CI --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6c1f33..11c9b7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,10 +67,9 @@ jobs: matrix: os: [ubuntu-latest] node-version: - - 12.x - - 14.x - 16.x - 18.x + - 20.x steps: - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3