Skip to content

Commit

Permalink
chore: fix node version on 14
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoalvesdulce authored Dec 9, 2021
1 parent 7ba1dc0 commit d531580
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
- name: Checkout
uses: actions/checkout@master

- name: Setup node
uses: actions/setup-node@v2
with:
node-version: "14"

- name: Install and Build
run: |
yarn
Expand Down

0 comments on commit d531580

Please sign in to comment.