Skip to content

Commit b543c9a

Browse files
committed
build: successfully running with node dist/index.js locally
1 parent 4036504 commit b543c9a

File tree

6,828 files changed

+25200
-1510127
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

6,828 files changed

+25200
-1510127
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Node.js
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: "12"
22+
node-version: "20"
2323

2424
- name: List files in build directory
2525
run: ls -R build/static/js/

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/node_modules

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ outputs:
2828
description: "The size of the bundle in KB"
2929

3030
runs:
31-
using: "node12"
31+
using: "node20"
3232
main: "dist/index.js"

0 commit comments

Comments
 (0)