Skip to content

Commit

Permalink
build: successfully running with node dist/index.js locally
Browse files Browse the repository at this point in the history
  • Loading branch information
timeowilliams committed Sep 14, 2024
1 parent 4036504 commit b543c9a
Show file tree
Hide file tree
Showing 6,828 changed files with 25,200 additions and 1,510,127 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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: "12"
node-version: "20"

- name: List files in build directory
run: ls -R build/static/js/
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/node_modules
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: "node12"
using: "node20"
main: "dist/index.js"
Loading

0 comments on commit b543c9a

Please sign in to comment.