Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,10 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v1
with:
node-version: ${{ env.DEFAULT_NODE_VERSION }}
# The size limit action runs `yarn` and `yarn build` when this job is executed on
# `master`. We can't change this without making changes to the action, so we'll
# use Node 14 for now.
node-version: '14'
- name: Check dependency cache
uses: actions/cache@v2
with:
Expand Down