Skip to content

Commit 5490abf

Browse files
committed
ci: fix
1 parent 2026e60 commit 5490abf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/size-report.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
permissions:
99
contents: read
10+
pull-requests: write
1011

1112
jobs:
1213
size:
@@ -18,11 +19,11 @@ jobs:
1819
- name: Install pnpm
1920
uses: pnpm/action-setup@v2
2021

21-
- name: Set node version to 18
22+
- name: Set node version to LTS
2223
uses: actions/setup-node@v3
2324
with:
24-
node-version: 18
25-
cache: 'pnpm'
25+
node-version: lts/*
26+
cache: pnpm
2627

2728
- run: PUPPETEER_SKIP_DOWNLOAD=1 pnpm install
2829
- run: pnpm run size
@@ -59,4 +60,3 @@ jobs:
5960
${{steps.size-markdown.outputs.content}}
6061
<!-- VUE_CORE_SIZE -->
6162
body-include: '<!-- VUE_CORE_SIZE -->'
62-
number: ${{github.event.pull_request.number}}

0 commit comments

Comments
 (0)