Skip to content

Commit

Permalink
Run CI on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
fb55 authored May 25, 2020
1 parent a68dfba commit e74d15c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Node.js CI

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

jobs:
build:
runs-on: ubuntu-latest

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

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit e74d15c

Please sign in to comment.