Skip to main content
Sign in
Snippets Groups Projects
Commit 850a7bdd authored by Eugen Ciur's avatar Eugen Ciur
Browse files

fix CI

parent 3b52049d
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,9 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install globally ember-cli
run: |
npm i -g ember-cli@3.28.0
- name: Install dependencies
run: |
npm i
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment