Skip to content

Commit

Permalink
fix: use action to fix node version
Browse files Browse the repository at this point in the history
  • Loading branch information
jkklapp committed May 25, 2022
1 parent 4d8553e commit fd5b54c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/firebase-functions-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@master
- uses: actions/setup-node@v2-beta
with:
node-version: '14'
- name: Lint Check
working-directory: backend
run: yarn && yarn lint
Expand Down

0 comments on commit fd5b54c

Please sign in to comment.