diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2a388ab8..471da7ed 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,7 @@ jobs: node: [12, 14, 16] steps: - uses: actions/checkout@v3 - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v3 with: node-version: ${{ matrix.node }} - name: Test and lint