From c8351618888d6ac6132d27d3dc5f4f870a5f87e6 Mon Sep 17 00:00:00 2001 From: Martijn van de Rijdt Date: Thu, 2 Nov 2023 14:13:36 -0400 Subject: [PATCH] fix CI 1 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 986657e..b6da4c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [ '16', '18', '20' ] + node-version: ['18.18.0', '20.5.1'] steps: - uses: actions/checkout@v3 - uses: 'volta-cli/action@v4'