Skip to content

Commit

Permalink
ember-cli-update-action
Browse files Browse the repository at this point in the history
ember-cli-update -p @kellyselden/node-template -b @kellyselden/node-template --to 3.0.0
  • Loading branch information
renovate-bot authored and Kelly Selden committed Jun 3, 2022
1 parent df7a69e commit 355af98
Show file tree
Hide file tree
Showing 7 changed files with 257 additions and 19,627 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ module.exports = {
],
rules: {
'mocha/no-exclusive-tests': 'error',
'mocha/no-empty-description': 'off',
'mocha/no-setup-in-describe': 'off',
'mocha/no-hooks-for-single-case': 'off'
}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 12
node-version: 14

- run: npm ci
- run: npm run lint
Expand All @@ -33,7 +33,7 @@ jobs:
- ubuntu-latest
- macos-latest
node:
- 12
- 14
# - '*'
test-command:
- test:bin
Expand All @@ -42,7 +42,7 @@ jobs:
# - os: macos-latest
# node: '*'
- os: macos-latest
node: 12
node: 14
test-command: test:fast

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
token: ${{ secrets.GitHubToken }}
- uses: actions/setup-node@v3
with:
node-version: 12
node-version: 14

- uses: kellyselden/ember-cli-update-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 12
node-version: 14
registry-url: 'https://registry.npmjs.org'

- run: npm publish
Expand Down
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
environment:
matrix:
# node 12.18 has a regression
# node 14.5 has a regression
# npm ERR! cb.apply is not a function
# - nodejs_version: "12"
- nodejs_version: "12.17"
# - nodejs_version: "14"
- nodejs_version: "14.4"
DEBUG: "ember-cli-update,boilerplate-update,git-diff-apply"

branches:
Expand All @@ -24,7 +24,7 @@ install:
- RefreshEnv
- where npx
# don't accidentally use the global npx
- ps: rm "C:\Program Files (x86)\nodejs\npx*"
- ps: rm "C:\Program Files\nodejs\npx*"
- ps: rm C:\Users\appveyor\AppData\Roaming\npm\npx*
# test that we can't find it
- ps: if (gcm npx) { exit }
Expand Down
2 changes: 1 addition & 1 deletion config/ember-cli-update.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
{
"name": "@kellyselden/node-template",
"version": "2.2.2",
"version": "3.0.0",
"blueprints": [
{
"name": "@kellyselden/node-template",
Expand Down

0 comments on commit 355af98

Please sign in to comment.