We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e07e20 commit 05cb748Copy full SHA for 05cb748
.github/workflows/build.yml
@@ -187,7 +187,10 @@ jobs:
187
- name: Set up Node
188
uses: actions/setup-node@v1
189
with:
190
- node-version: ${{ env.DEFAULT_NODE_VERSION }}
+ # The size limit action runs `yarn` and `yarn build` when this job is executed on
191
+ # `master`. We can't change this without making changes to the action, so we'll
192
+ # use Node 14 for now.
193
+ node-version: '14'
194
- name: Check dependency cache
195
uses: actions/cache@v2
196
0 commit comments