diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e93491..fec6ce8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: contents: read strategy: matrix: - node-version: [12, 14, 16] + node-version: [14, 16, 18] os: [macos-latest, ubuntu-latest, windows-latest] steps: - name: Check out repo