Skip to content

Commit

Permalink
Add back support for node 8 (#250)
Browse files Browse the repository at this point in the history
* Add back support for node 8

* Update rollup-plugin-ts

* Bump rollup-plugin-ts to 70

* Run against 8.12
  • Loading branch information
jaredpalmer authored Oct 16, 2019
1 parent a15630a commit eb0383b
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 443 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node: ['8.x', '10.x', '12.x']
node: ['8.12.x', '10.x', '12.x']
os: [ubuntu-latest, windows-latest, macOS-latest]

name: Test on node ${{ matrix.node }} and ${{ matrix.os }}
Expand All @@ -24,7 +24,7 @@ jobs:
run: npm install -g yarn

- name: Install deps and build
run: yarn install --frozen-lockfile --ignore-engines
run: yarn install --frozen-lockfile

- name: Test package
run: yarn test
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"build": "tsc -p tsconfig.json",
"lint": "yarn build && yarn lint:post-build",
"lint:post-build": "node dist/index.js lint src test --ignore-pattern 'test/tests/lint'",
"test": "jest --config ./test/jest.config.json",
"postinstall": "patch-package"
"test": "jest --config ./test/jest.config.json"
},
"files": [
"dist",
Expand All @@ -44,7 +43,7 @@
"@types/rimraf": "^2.0.2",
"@typescript-eslint/eslint-plugin": "^2.3.1",
"@typescript-eslint/parser": "^2.3.1",
"@wessberg/rollup-plugin-ts": "^1.1.66",
"@wessberg/rollup-plugin-ts": "^1.1.70",
"ansi-escapes": "^4.2.1",
"asyncro": "^3.0.0",
"babel-eslint": "^10.0.3",
Expand Down Expand Up @@ -108,7 +107,6 @@
"@types/rollup-plugin-json": "^3.0.2",
"@types/rollup-plugin-sourcemaps": "^0.4.2",
"husky": "^3.0.9",
"patch-package": "^6.2.0",
"pretty-quick": "^2.0.0",
"ps-tree": "^1.2.0",
"react": "^16.8.6",
Expand Down
22 changes: 0 additions & 22 deletions patches/@wessberg+rollup-plugin-ts+1.1.66.patch

This file was deleted.

Loading

0 comments on commit eb0383b

Please sign in to comment.