Skip to content

Commit

Permalink
Linter requires newer Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickjuchli committed Oct 31, 2020
1 parent 9076781 commit 8bc3f3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: [8.x, 10.x, 12.x, 13.x, 14.x]
node-version: [10.x, 12.x, 13.x, 14.x]

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js

node_js:
- "8"
- "10"

This comment has been minimized.

Copy link
@jimmywarting

jimmywarting May 24, 2021

switch to 12?


cache:
directories:
Expand Down

0 comments on commit 8bc3f3a

Please sign in to comment.