Skip to content

Commit 53d86d7

Browse files
committed
ci support parallel running
1 parent c8fc82d commit 53d86d7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci-test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
name: NodeJS CI with NPM
22

3-
on: [push]
3+
on: [push, pull_request]
44

55
jobs:
66
build:
77
strategy:
88
fail-fast: false
9-
max-parallel: 1
109
matrix:
11-
node_version: ['6', '8', '10', '12', '14', '16']
10+
node_version: ['6', '8', '10', '12', '14', '16', '18', '20']
1211
runs-on: ubuntu-latest
1312
steps:
1413
- name: Checkout

0 commit comments

Comments
 (0)