We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 861b888 commit f8ee7f8Copy full SHA for f8ee7f8
2 files changed
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
- uses: actions/checkout@v2
49
- uses: actions/setup-node@v1
50
with:
51
- node-version: ${{ matrix.node }}
+ version: ${{ matrix.node }}
52
53
# for test cache hits
54
- run: npm i -g ember-cli@2.11.1
config/ember-cli-update.json
@@ -13,7 +13,7 @@
13
},
14
{
15
"name": "@kellyselden/node-template",
16
- "version": "1.2.2",
+ "version": "1.2.1",
17
"blueprints": [
18
19
0 commit comments