Skip to content

Commit 48854d9

Browse files
committed
fix: correct node version
1 parent eed6914 commit 48854d9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/package-size-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
7+
88
jobs:
99
build:
1010
runs-on: ubuntu-latest

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ outputs:
3939
description: "Size of the JavaScript bundle (in KB)"
4040

4141
runs:
42-
using: "node:latest"
42+
using: "node20"
4343
main: "size-limit.js"
4444

4545
branding:

0 commit comments

Comments
 (0)