Skip to content

Commit

Permalink
Merge pull request #128 from kellyselden/renovate/kellyselden-node-te…
Browse files Browse the repository at this point in the history
…mplate-3.x

chore(deps): update dependency @kellyselden/node-template to v3
  • Loading branch information
kellyselden authored Dec 30, 2022
2 parents ffac4ce + 04c119a commit 46943fa
Show file tree
Hide file tree
Showing 6 changed files with 293 additions and 112 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ module.exports = {
'plugin:mocha/recommended'
],
rules: {
'mocha/no-exclusive-tests': 'error'
'mocha/no-exclusive-tests': 'error',
'mocha/no-empty-description': 'off'
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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 @@ -29,7 +29,7 @@ jobs:
os:
- ubuntu-latest
node:
- 12
- 14

runs-on: ${{ matrix.os }}

Expand All @@ -55,7 +55,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
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
Loading

0 comments on commit 46943fa

Please sign in to comment.