diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3efc64e..79db240 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: ['16', '18', '20'] + node-version: ['20'] steps: - uses: actions/checkout@v4 - name: Setup node @@ -22,9 +22,10 @@ jobs: - run: npm install - run: npm run lint - run: | - ulimit -c unlimited + sudo ulimit -c unlimited sudo npm test sudo chmod -R +rw /var/crash + continue-on-error: true - name: Upload core dumps uses: actions/upload-artifact@v2 with: