diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index afc43079..a89846a6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: platform: [ubuntu-latest] - node-version: [14.x, 16.x] + node-version: [18.15.0] runs-on: ${{ matrix.platform }} steps: