Skip to content

Commit

Permalink
chore: require Node.js >=10.13
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Require Node.js => 10.13
  • Loading branch information
pvdlg committed Jan 17, 2020
1 parent 7b20f9e commit cc3c59d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ language: node_js

node_js:
- 12
- 10
- 8
- 10.13

os:
- linux
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"xo": "^0.25.3"
},
"engines": {
"node": ">=8.16"
"node": ">=10.13"
},
"files": [
"index.js",
Expand Down
2 changes: 2 additions & 0 deletions test/sourcemap.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import cli from './helpers/cli';
import read from './helpers/read';
import eol from './helpers/eol';

/* eslint prefer-named-capture-group: "off" */

test('--map generate an external map (css)', async t => {
const output = tempy.file({extension: 'css'});
const {error, stderr} = await cli(['test/fixtures/a.css', 'test/fixtures/b.css', '-m', '-o', output]);
Expand Down

0 comments on commit cc3c59d

Please sign in to comment.