File tree Expand file tree Collapse file tree 6 files changed +16
-12
lines changed
Expand file tree Collapse file tree 6 files changed +16
-12
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ and this project adheres to
88
99## [ unreleased]
1010
11+ ### Changed
12+
13+ - Update default runtime to node20.
14+
1115## [ 2.0.19]
1216
1317### Changed
Original file line number Diff line number Diff line change @@ -11,31 +11,31 @@ inputs:
1111 opam-repositories :
1212 description : The name and URL pair of the repository to fetch the packages from.
1313 required : false
14- default :
14+ default : " "
1515 opam-pin :
1616 description : Enable the automation feature for opam pin.
1717 required : false
18- default : true
18+ default : " true"
1919 opam-depext :
2020 description : Enable the automation feature for opam depext.
2121 required : false
22- default : true
22+ default : " true"
2323 opam-depext-flags :
2424 description : The flags for the opam depext command.
2525 required : false
26- default :
26+ default : " "
2727 opam-local-packages :
2828 description : The local packages to be used by `opam-pin` or `opam-depext`.
2929 required : false
3030 default : " *.opam"
3131 opam-disable-sandboxing :
3232 description : Disable the opam sandboxing feature.
3333 required : false
34- default : false
34+ default : " false"
3535 dune-cache :
3636 description : Enable the dune cache feature.
3737 required : false
38- default : false
38+ default : " false"
3939 cache-prefix :
4040 description : The prefix of the cache keys.
4141 required : false
@@ -45,7 +45,7 @@ inputs:
4545 required : false
4646 default : ${{ github.token }}
4747runs :
48- using : node16
48+ using : node20
4949 main : dist/index.js
5050 post : dist/post/index.js
5151 post-if : success()
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ inputs:
1212 destination-dir :
1313 description : The subdirectory to deploy
1414 required : false
15- default :
15+ default : " "
1616 enable-jekyll :
1717 description : Enable the GitHub Pages built-in Jekyll
1818 required : false
19- default : false
19+ default : " false"
2020runs :
2121 using : composite
2222 steps :
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ branding:
55 icon : package
66 color : orange
77runs :
8- using : node16
8+ using : node20
99 main : dist/index.js
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ branding:
55 icon : package
66 color : orange
77runs :
8- using : node16
8+ using : node20
99 main : dist/index.js
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ branding:
55 icon : package
66 color : orange
77runs :
8- using : node16
8+ using : node20
99 main : dist/index.js
You can’t perform that action at this time.
0 commit comments