File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -57,9 +57,9 @@ build.compile:
57
57
--bundle \
58
58
--platform=node \
59
59
--target=node20 \
60
- --format=esm \
60
+ --format=cjs \
61
61
--tree-shaking=true \
62
- --outfile=build/action.mjs
62
+ --outfile=build/action.cjs
63
63
64
64
build.compile.verify :
65
- test -f build/action.mjs
65
+ test -f build/action.cjs
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ branding:
9
9
10
10
runs :
11
11
using : node20
12
- main : build/action.mjs
12
+ main : build/action.cjs
13
13
14
14
inputs :
15
15
version :
Original file line number Diff line number Diff line change 1
1
{
2
2
"version" : " 1.0.0" ,
3
- "type" : " module " ,
3
+ "type" : " commonjs " ,
4
4
"name" : " @matt-usurp/validate-semver" ,
5
5
"description" : " A GitHub action for validating and cleanse semver inputs" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments