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'