Skip to content

Commit

Permalink
ci(workflow): use node 14 instead of 16
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbrey committed Aug 30, 2021
1 parent eb28e2f commit ea88b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 14

- name: Ensure yarn available
run: |
Expand Down

0 comments on commit ea88b5f

Please sign in to comment.