Skip to content

Commit

Permalink
chore: fix workflow for node 15/16
Browse files Browse the repository at this point in the history
  • Loading branch information
afontcu committed May 8, 2021
1 parent c1d968c commit 4ace583
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
uses: bahmutov/npm-install@v1
with:
useLockFile: false
# Needed because @vue/apollo-composable requires @vue/composition-api
# which has a peerDep on Vue 2.
install-command: npm i --legacy-peer-deps

- name: ▶️ Run validate script
run: npm run validate
Expand Down

0 comments on commit 4ace583

Please sign in to comment.