Skip to content

Commit

Permalink
chore(ci): Add LTS node version to test and run on pull requests (#1826)
Browse files Browse the repository at this point in the history
  • Loading branch information
bertho-zero committed Feb 25, 2020
1 parent 4e0cce1 commit 27860a1
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,6 +1,6 @@
name: CI

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

jobs:
build:
Expand All @@ -9,7 +9,7 @@ jobs:

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

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

0 comments on commit 27860a1

Please sign in to comment.