Skip to content

Commit

Permalink
Updated required node version to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
przemyslaw-zan committed Nov 26, 2021
1 parent f4783c2 commit cd225bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ language: node_js
services:
- xvfb
node_js:
- '10'
- '14'
cache:
- node_modules
before_install:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"webpack-cli": "^4.0.0"
},
"engines": {
"node": ">=8.0.0",
"node": ">=14.0.0",
"npm": ">=5.7.1"
},
"author": "CKSource (http://cksource.com/)",
Expand Down

0 comments on commit cd225bb

Please sign in to comment.