Skip to content

Commit cd24cdd

Browse files
committed
Fix CI
1 parent eb7f373 commit cd24cdd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
node: ['10', '12', '14', '15']
21+
node: ['12', '14', '15']
2222

2323
steps:
2424
- uses: actions/checkout@v1

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"broccoli-concat": "^4.2.4",
4949
"broccoli-funnel": "^3.0.3",
5050
"broccoli-merge-trees": "^4.2.0",
51-
"broccoli-typescript-compiler": "^8.0.0",
51+
"broccoli-typescript-compiler": "^7.0.0",
5252
"ember-cli": "~3.22.0",
5353
"ember-cli-inject-live-reload": "^2.0.2",
5454
"ensure-posix-path": "^1.1.1",

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1460,7 +1460,7 @@ broccoli-stew@^3.0.0:
14601460
symlink-or-copy "^1.2.0"
14611461
walk-sync "^1.1.3"
14621462

1463-
broccoli-typescript-compiler@^8.0.0:
1463+
broccoli-typescript-compiler@^7.0.0:
14641464
version "7.0.0"
14651465
resolved "https://registry.yarnpkg.com/broccoli-typescript-compiler/-/broccoli-typescript-compiler-7.0.0.tgz#a7792ceb8db2ddb3d57e91e429750b4ce9568626"
14661466
integrity sha512-9BSZc9tVdm3SEbR7uyMQ6XqYMQWkdCvp2dPlZYnENEqbUToCIVOJuOZ24nrenR6N4eTZPnY3R99DkgyoxmRp5A==

0 commit comments

Comments
 (0)