Skip to content

Commit

Permalink
chore: add Node 14 to the build matrix (karma-runner#3501)
Browse files Browse the repository at this point in the history
  • Loading branch information
devoto13 authored and anthony-redFox committed May 5, 2023
1 parent 48a91a9 commit 83998c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ jobs:
- npm run test:e2e

- node_js: "12"
script:
- npm run init
- npm run build
- npm run test:unit
- npm run test:e2e

- node_js: "14"
script:
- npm run init
- echo "TRAVIS_COMMIT $TRAVIS_COMMIT"
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ environment:
matrix:
- nodejs_version: "10"
- nodejs_version: "12"
- nodejs_version: "14"

matrix:
fast_finish: true
Expand Down

0 comments on commit 83998c0

Please sign in to comment.