chore: project checks update
This commit is contained in:
@@ -2,7 +2,11 @@ name: Project check
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -11,7 +15,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [10.x, 12.x]
|
||||
node-version: [12.x, 14.x]
|
||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||
|
||||
steps:
|
||||
@@ -45,4 +49,4 @@ jobs:
|
||||
# npm i
|
||||
# npm run test:e2e
|
||||
# env:
|
||||
# BROWSER: chrome
|
||||
# BROWSER: chrome
|
||||
|
||||
Reference in New Issue
Block a user