diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 44001740cf8..1210f110e81 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18] + node-version: [18] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - uses: actions/checkout@v3 @@ -35,8 +35,6 @@ jobs: - name: Lint run: pnpm run lint - - test: environment: test @@ -44,7 +42,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18] + node-version: [18] steps: - uses: actions/checkout@v3