Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

Commit

Permalink
v4.5.0...v4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frncsdrk committed Sep 5, 2022
1 parent 5ee229d commit 5580870
Show file tree
Hide file tree
Showing 4 changed files with 867 additions and 870 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 12.x
node-version: 14.x
cache: npm
- name: Install Dependencies
run: npm ci
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 12.x
node-version: 14.x
cache: npm
- name: Install Dependencies
run: npm ci
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 @@ -3,7 +3,7 @@
"packages": [
{
"name": "ember-cli",
"version": "4.5.0",
"version": "4.6.0",
"blueprints": [
{
"name": "app",
Expand Down
Loading

0 comments on commit 5580870

Please sign in to comment.