Skip to content

Commit 8a59e2a

Browse files
committed
Refactor github action
1 parent 55c0021 commit 8a59e2a

File tree

6 files changed

+28077
-18
lines changed

6 files changed

+28077
-18
lines changed

.gitignore

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

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ inputs:
1717
required: true
1818

1919
runs:
20-
using: "node16"
20+
using: "node20"
2121
main: "dist/index.js"

0 commit comments

Comments
 (0)