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 5.0.1
  • Loading branch information
renovate[bot] authored and kellyselden committed Nov 10, 2023
1 parent f56c171 commit f3f3e39
Show file tree
Hide file tree
Showing 5 changed files with 183 additions and 211 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18

Expand All @@ -35,7 +35,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}

Expand All @@ -53,11 +53,11 @@ jobs:
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GitHubToken }}
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18

- uses: kellyselden/ember-cli-update-action@v5
- uses: kellyselden/ember-cli-update-action@v6
with:
autofix_command: npm run lint -- --fix
ignore_to: true
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18

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": "5.0.0",
"version": "5.0.1",
"blueprints": [
{
"name": "@kellyselden/node-template",
Expand Down
Loading

0 comments on commit f3f3e39

Please sign in to comment.