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 2026e60 commit 5490abfCopy full SHA for 5490abf
.github/workflows/size-report.yml
@@ -7,6 +7,7 @@ on:
7
8
permissions:
9
contents: read
10
+ pull-requests: write
11
12
jobs:
13
size:
@@ -18,11 +19,11 @@ jobs:
18
19
- name: Install pnpm
20
uses: pnpm/action-setup@v2
21
- - name: Set node version to 18
22
+ - name: Set node version to LTS
23
uses: actions/setup-node@v3
24
with:
- node-version: 18
25
- cache: 'pnpm'
+ node-version: lts/*
26
+ cache: pnpm
27
28
- run: PUPPETEER_SKIP_DOWNLOAD=1 pnpm install
29
- run: pnpm run size
@@ -59,4 +60,3 @@ jobs:
59
60
${{steps.size-markdown.outputs.content}}
61
<!-- VUE_CORE_SIZE -->
62
body-include: '<!-- VUE_CORE_SIZE -->'
- number: ${{github.event.pull_request.number}}
0 commit comments