Skip to content

Commit

Permalink
build(actions): match node version for ember (#1066)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmar910 committed Jun 6, 2023
1 parent 3cd2c30 commit fdb0b0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ui-code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Use Node
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '16'
- name: Install dependencies
run: make ui-dependencies
- uses: mydea/ember-cli-code-coverage-action@4d49818fff56371e4fdacdfbb1c00573f4cdda01
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ui-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Use Node
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '16'

- name: Install dependencies
run: make ui-dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Use Node
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '16'

- name: Install dependencies
run: make ui-dependencies
Expand Down

0 comments on commit fdb0b0e

Please sign in to comment.