Skip to content

Commit

Permalink
ci support parallel running
Browse files Browse the repository at this point in the history
  • Loading branch information
lihsai0 committed Mar 4, 2024
1 parent 2da13bd commit 2c1ec81
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
name: NodeJS CI with NPM

on: [push]
on: [push, pull_request]

jobs:
build:
strategy:
fail-fast: false
max-parallel: 1
matrix:
node_version: ['6', '8', '10', '12', '14', '16']
node_version: ['6', '8', '10', '12', '14', '16', '18', '20']
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 2c1ec81

Please sign in to comment.