Skip to content

Commit 0755948

Browse files
committed
ci: setup latest node for size comment
1 parent a737b43 commit 0755948

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/size-comment.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
if: github.event.workflow_run.conclusion == 'success'
1616
runs-on: ubuntu-latest
1717
steps:
18+
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
19+
with:
20+
node-version: latest
1821
- name: 🔍 Get PR number
1922
id: pr
2023
uses: actions/github-script@v8

0 commit comments

Comments
 (0)