Skip to content

Commit

Permalink
delayed events
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Gruenfelder committed Nov 7, 2023
1 parent 9b395e2 commit 15c3ada
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ jobs:
runs-on: ubuntu-latest

strategy:
max-parallel: 1
max-parallel: 2
matrix:
node-version: [16, 18, 20]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

name: test - node.js ${{ matrix.node-version }}
steps:
- name: check
run: echo ${{ github.run_id }}-${{ github.run_attempt }}
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 15c3ada

Please sign in to comment.