File tree Expand file tree Collapse file tree 6 files changed +4067
-1160
lines changed Expand file tree Collapse file tree 6 files changed +4067
-1160
lines changed Original file line number Diff line number Diff line change 22 push :
33 branches :
44 - main
5+ workflow_dispatch :
56
67name : Package
78
@@ -14,12 +15,20 @@ jobs:
1415 uses : actions/checkout@v3
1516 with :
1617 ref : main
18+
19+ - uses : actions/setup-node@v4
20+ with :
21+ node-version : 16 # Node v16 is required for the @vercel/ncc to work. TODO: update the package tool and then update the node version here.
22+
1723 - name : Install packages
1824 run : npm ci
25+
1926 - name : Run linter
2027 run : npm run lint
28+
2129 - name : Package
2230 run : npm run package
31+
2332 - name : Commit
2433 run : |
2534 git config --global user.name "GitHub Actions"
Original file line number Diff line number Diff line change @@ -87,5 +87,5 @@ outputs:
8787 EC2 Instance Id of the created runner.
8888 The id is used to terminate the EC2 instance when the runner is not needed anymore.
8989runs :
90- using : node16
90+ using : node20
9191 main : ./dist/index.js
You can’t perform that action at this time.
0 commit comments