Skip to content

Commit

Permalink
Bumped frontend_test's node-version to v18
Browse files Browse the repository at this point in the history
Angular v16 requires node v16 or v18, more info: https://angular.io/guide/update-to-version-16
  • Loading branch information
jmcmichael authored Jul 19, 2023
1 parent cb9de48 commit 02d6023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18

- run: npm install -g yarn
working-directory: ./client
Expand Down

0 comments on commit 02d6023

Please sign in to comment.