mirror of
https://github.com/developit/microbundle.git
synced 2026-01-25 14:06:50 +00:00
(github-actions) change branch triggers and add more node versions
This commit is contained in:
parent
d75b03e4f6
commit
a25f85e5aa
11
.github/workflows/nodejs.yml
vendored
11
.github/workflows/nodejs.yml
vendored
@ -1,12 +1,11 @@
|
||||
name: Node CI
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
pull_request: {}
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
branches-ignore:
|
||||
- trying.tmp
|
||||
- staging.tmp
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -14,7 +13,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [10.x, 12.x]
|
||||
node-version: [8.x, 10.x, 12.x, 13.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user