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 c382b74 commit 864a1d3Copy full SHA for 864a1d3
.github/workflows/build.yml
@@ -294,9 +294,7 @@ jobs:
294
- name: Set up Node
295
uses: actions/setup-node@v4
296
with:
297
- # The size limit action runs `yarn` and `yarn build` when this job is executed on
298
- # use Node 14 for now.
299
- node-version: '14'
+ node-version-file: 'package.json'
300
- name: Restore caches
301
uses: ./.github/actions/restore-cache
302
env:
dev-packages/size-limit-gh-action/package.json
@@ -4,7 +4,7 @@
4
"version": "8.0.0-alpha.2",
5
"license": "MIT",
6
"engines": {
7
- "node": ">=14.18"
+ "node": ">=18"
8
},
9
"private": true,
10
"main": "index.mjs",
0 commit comments