Skip to content

Commit

Permalink
fix: correct node version
Browse files Browse the repository at this point in the history
  • Loading branch information
timeowilliams committed Sep 14, 2024
1 parent eed6914 commit 48854d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package-size-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ outputs:
description: "Size of the JavaScript bundle (in KB)"

runs:
using: "node:latest"
using: "node20"
main: "size-limit.js"

branding:
Expand Down

0 comments on commit 48854d9

Please sign in to comment.