Skip to content

Commit

Permalink
Remove node 15 tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
w3nl committed Nov 24, 2020
1 parent bbcc672 commit 574bb19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

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

steps:
- uses: actions/checkout@v1
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ node_js:
- "10"
- "12"
- "14"
- "15"
before_script:
- npm run lint
- npm run cpd
Expand Down

0 comments on commit 574bb19

Please sign in to comment.