Skip to content

Commit 65acad0

Browse files
committed
feat: update deps
- actions/cache: 3.1.2 -> 4.0.3 - actions/core: 1.2.6 -> 1.11.1 - actions/exec: 1.0.4 -> 1.1.1 - actions/io: 1.0.2 -> 1.1.3 - actions/tool-cache: 2.0.1 -> "^2.0.2 - Specifically update actions/cache to v4 as the backends for v3 have now been retired. - Bundle action using esbuild and remove node_modules
1 parent 8aace34 commit 65acad0

File tree

3,772 files changed

+972
-302816
lines changed

Some content is hidden

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

3,772 files changed

+972
-302816
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
app.js linguist-generated

.gitignore

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

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2-
vendor::
2+
build::
33
-rm -r node_modules
4-
npm install --production
4+
npm install --omit-dev
5+
npx esbuild --bundle main.js --outfile=app.js --minify --platform=node

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ inputs:
2121

2222
runs:
2323
using: 'node20'
24-
main: 'main.js'
24+
main: 'app.js'

bundle.js

Lines changed: 130 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/fxparser

Lines changed: 0 additions & 1 deletion
This file was deleted.

node_modules/.bin/semver

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)