Skip to content

Commit cd63c0e

Browse files
renovate[bot]kellyselden
authored andcommitted
chore: ember-cli-update-action
ember-cli-update -p @kellyselden/node-template -b @kellyselden/node-template --to 6.11.1
1 parent e42a2d4 commit cd63c0e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v5
17+
1718
- uses: actions/setup-node@v5
1819
with:
1920
node-version: 20
@@ -23,7 +24,9 @@ jobs:
2324
version: 10.15.1
2425

2526
- run: pnpm install
27+
2628
- run: npm run lint:git
29+
2730
- run: npm run lint:js
2831

2932
test:
@@ -46,6 +49,7 @@ jobs:
4649

4750
steps:
4851
- uses: actions/checkout@v5
52+
4953
- uses: actions/setup-node@v5
5054
with:
5155
node-version: ${{ matrix.node }}
@@ -55,6 +59,7 @@ jobs:
5559
version: 10.15.1
5660

5761
- run: pnpm install
62+
5863
- run: npm test
5964
continue-on-error: ${{ matrix.os == 'macos-latest' }}
6065
env:
@@ -72,6 +77,7 @@ jobs:
7277
with:
7378
ref: ${{ github.head_ref }}
7479
token: ${{ secrets.GitHubToken }}
80+
7581
- uses: actions/setup-node@v5
7682
with:
7783
node-version: 20

config/ember-cli-update.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
{
1515
"name": "@kellyselden/node-template",
16-
"version": "6.11.0",
16+
"version": "6.11.1",
1717
"blueprints": [
1818
{
1919
"name": "@kellyselden/node-template",

0 commit comments

Comments
 (0)