Skip to content

Commit

Permalink
build: test with lower node v
Browse files Browse the repository at this point in the history
  • Loading branch information
timeowilliams committed Sep 14, 2024
1 parent 0cfbed8 commit 4036504
Show file tree
Hide file tree
Showing 4 changed files with 22,737 additions and 25,155 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 @@ -19,7 +19,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
node-version: "12"

- name: List files in build directory
run: ls -R build/static/js/
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ outputs:
description: "The size of the bundle in KB"

runs:
using: "node20"
using: "node12"
main: "dist/index.js"
Loading

0 comments on commit 4036504

Please sign in to comment.