diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0adf10f..9cef578 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,11 +8,11 @@ jobs: strategy: matrix: - node-version: [12.x, 18.x, 19.x] + node-version: [16.x, 18.x, 20.x] steps: - uses: actions/checkout@v2 - - name: Use Node.js 18.x + - name: Use Node.js uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }}