diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 23179f5..36e9a4a 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - node: [15.x] + node: [15.x, 18.x, 20.x] steps: - uses: actions/checkout@v3 @@ -23,9 +23,6 @@ jobs: - name: Install run: yarn install - - name: Lint - run: yarn lint - - name: Test run: yarn test