Skip to content

Commit 762b1ed

Browse files
committed
Run tests in PRs and on newer Node versions
1 parent e29f0ad commit 762b1ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: CI
2-
on: push
2+
on: [push, pull_request]
33
jobs:
44
build:
55
name: Build & test
66
runs-on: ubuntu-latest
77

88
strategy:
99
matrix:
10-
node-version: [10.x, 12.x, v14.6.0, 14.x, '*']
10+
node-version: [10.x, 12.x, v14.18.3, 14.x, 16.x, 18.x, '*']
1111

1212
steps:
1313
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)