Skip to content

Commit

Permalink
Remove Node 12 again due to missing image
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed May 15, 2019
1 parent 750ffbc commit 6480c5f
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 39 deletions.
10 changes: 0 additions & 10 deletions .circleci/config.yml
Expand Up @@ -42,10 +42,6 @@ jobs:
docker:
- image: rollupcabal/circleci-node-v10:latest
<<: *unit_tests
node-v12-latest:
docker:
- image: rollupcabal/circleci-node-v12:latest
<<: *unit_tests

workflows:
version: 2
Expand Down Expand Up @@ -73,9 +69,3 @@ workflows:
filters:
tags:
only: /.*/
- node-v12-latest:
requires:
- analysis
filters:
tags:
only: /.*/
61 changes: 36 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -60,7 +60,7 @@
"homepage": "https://github.com/rollup/rollup",
"dependencies": {
"@types/estree": "0.0.39",
"@types/node": "^12.0.0",
"@types/node": "^12.0.2",
"acorn": "^6.1.1"
},
"devDependencies": {
Expand All @@ -82,17 +82,17 @@
"execa": "^1.0.0",
"fixturify": "^1.2.0",
"hash.js": "^1.1.7",
"husky": "^2.2.0",
"husky": "^2.3.0",
"immutable": "^4.0.0-rc.12",
"is-reference": "^1.1.2",
"istanbul": "^0.4.5",
"lint-staged": "^8.1.6",
"lint-staged": "^8.1.7",
"locate-character": "^2.0.5",
"magic-string": "^0.25.2",
"markdownlint-cli": "^0.16.0",
"minimist": "^1.2.0",
"mocha": "^6.1.4",
"prettier": "^1.17.0",
"prettier": "^1.17.1",
"pretty-bytes": "^5.2.0",
"pretty-ms": "^5.0.0",
"remap-istanbul": "^0.13.0",
Expand Down

0 comments on commit 6480c5f

Please sign in to comment.