mirror of
https://github.com/docker/metadata-action.git
synced 2026-01-21 05:38:56 +08:00
dnm: test update to node20
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
b67fef219a
commit
e4ad573aa8
8 changed files with 1850 additions and 598 deletions
|
|
@ -1,8 +1,9 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"esModuleInterop": true,
|
||||
"target": "es6",
|
||||
"module": "commonjs",
|
||||
"target": "ES2022",
|
||||
"module": "nodenext",
|
||||
"moduleResolution": "nodenext",
|
||||
"strict": true,
|
||||
"newLine": "lf",
|
||||
"outDir": "./lib",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue