diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 147af64..79ad977 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x] + node-version: [20.x] steps: - uses: actions/checkout@v2 @@ -17,6 +17,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: npm install - - run: npm test + - run: npm run test env: CI: true