diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00f927e..38e7bba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,9 +22,9 @@ jobs: matrix: os: [ubuntu-latest] node-version: - - 12.x - 14.x - 16.x + - 18.x steps: - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2