Skip to content

Commit

Permalink
fix(ci): lock node version to 14 in build
Browse files Browse the repository at this point in the history
  • Loading branch information
lsagetlethias committed Nov 8, 2021
1 parent 4a27497 commit b063370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -159,7 +159,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: lts/*
node-version: 14
cache: yarn

- name: Build next version
Expand Down

0 comments on commit b063370

Please sign in to comment.