Skip to content

Commit 84fa0ca

Browse files
renovate-botkellyselden
authored andcommitted
chore:ember-cli-update-action
ember-cli-update -p @kellyselden/node-template -b @kellyselden/node-template --to 2.2.2
1 parent ae0178e commit 84fa0ca

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: CI
22

33
on:
4+
# allow manual running
5+
workflow_dispatch:
46
push:
57
branches:
68
- master

.mocharc.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
'use strict';
22

33
module.exports = {
4+
<<<<<<< HEAD
45
spec: ['test/tests.js']
6+
=======
7+
spec: ['test/**/*-test.js']
8+
>>>>>>> 17a5ad0 (v2.2.1...v2.2.2)
59
};

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": "2.2.1",
16+
"version": "2.2.2",
1717
"blueprints": [
1818
{
1919
"name": "@kellyselden/node-template",

0 commit comments

Comments
 (0)