Skip to content

Commit

Permalink
Merge pull request #464 from embroider-build/more-volta
Browse files Browse the repository at this point in the history
make sure every package has pinned node version
  • Loading branch information
ef4 authored May 29, 2020
2 parents e35bafa + 41a9227 commit 6adb76f
Show file tree
Hide file tree
Showing 14 changed files with 53 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node_version: ['12']
node_version: ['12.16.1']
os: [ubuntu-latest]

steps:
Expand Down
4 changes: 4 additions & 0 deletions packages/babel-loader-7/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@
"dependencies": {
"babel-core": "^6.26.3",
"babel-loader": "7"
},
"volta": {
"node": "12.16.1",
"yarn": "1.17.3"
}
}
4 changes: 4 additions & 0 deletions packages/compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,9 @@
},
"peerDependencies": {
"@embroider/core": "0.18.0"
},
"volta": {
"node": "12.16.1",
"yarn": "1.17.3"
}
}
4 changes: 4 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,9 @@
"typescript-memoize": "^1.0.0-alpha.3",
"walk-sync": "^1.1.3",
"wrap-legacy-hbs-plugin-if-needed": "^1.0.1"
},
"volta": {
"node": "12.16.1",
"yarn": "1.17.3"
}
}
4 changes: 4 additions & 0 deletions packages/macros/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,9 @@
},
"ember-addon": {
"main": "src/ember-addon-main.js"
},
"volta": {
"node": "12.16.1",
"yarn": "1.17.3"
}
}
4 changes: 4 additions & 0 deletions packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,9 @@
},
"ember-addon": {
"configPath": "tests/dummy/config"
},
"volta": {
"node": "12.16.1",
"yarn": "1.17.3"
}
}
4 changes: 4 additions & 0 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,9 @@
},
"peerDependencies": {
"@embroider/core": "0.18.0"
},
"volta": {
"node": "12.16.1",
"yarn": "1.17.3"
}
}
4 changes: 4 additions & 0 deletions test-packages/eager-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,9 @@
},
"peerDependencies": {
"ember-engines": "^0.8.2"
},
"volta": {
"node": "12.16.1",
"yarn": "1.17.3"
}
}
4 changes: 4 additions & 0 deletions test-packages/engines-host-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,9 @@
},
"engines": {
"node": "8.* || >= 10.*"
},
"volta": {
"node": "12.16.1",
"yarn": "1.17.3"
}
}
4 changes: 4 additions & 0 deletions test-packages/lazy-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,9 @@
},
"peerDependencies": {
"ember-engines": "^0.8.2"
},
"volta": {
"node": "12.16.1",
"yarn": "1.17.3"
}
}
4 changes: 4 additions & 0 deletions test-packages/macro-sample-addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,9 @@
},
"ember-addon": {
"configPath": "tests/dummy/config"
},
"volta": {
"node": "12.16.1",
"yarn": "1.17.3"
}
}
4 changes: 4 additions & 0 deletions test-packages/macro-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,9 @@
},
"dependencies": {
"ember-cli-babel-polyfills": "1.0.4"
},
"volta": {
"node": "12.16.1",
"yarn": "1.17.3"
}
}
4 changes: 4 additions & 0 deletions test-packages/sample-transforms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,9 @@
},
"ember-addon": {
"configPath": "tests/dummy/config"
},
"volta": {
"node": "12.16.1",
"yarn": "1.17.3"
}
}
4 changes: 4 additions & 0 deletions test-packages/support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,9 @@
"loader.js": "^4.7.0",
"lodash": "^4.17.10",
"qunit": "^2.8.0"
},
"volta": {
"node": "12.16.1",
"yarn": "1.17.3"
}
}

0 comments on commit 6adb76f

Please sign in to comment.