Skip to content

Commit

Permalink
Update node version and add continue-on-error flag
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomt committed Mar 3, 2024
1 parent acbdaa5 commit f51a3c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit f51a3c8

Please sign in to comment.