Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: build

on:
on:
pull_request:
paths-ignore:
- 'docs/**'
Expand All @@ -9,15 +9,15 @@ on:
push:
branches:
- main

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
node-version: [10.x, 12.x, 14.x]

steps:
- uses: actions/checkout@v1
Expand All @@ -32,7 +32,7 @@ jobs:
npm ci
env:
CI: true

- name: build
run: |
npm run build
Expand All @@ -44,4 +44,4 @@ jobs:
npm run github-test
env:
CI: true