Compare commits

..

8 Commits

Author SHA1 Message Date
CrazyMax
918a0ca878
chore: node 20 as default runtime
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-09-08 09:36:17 +02:00
CrazyMax
a91f9b84f0
chore: update generated content
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-09-08 09:36:16 +02:00
CrazyMax
4705740e75
chore: fix license
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-09-08 09:36:16 +02:00
CrazyMax
b8db742e11
test: fix tests after toolkit update
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-09-08 09:36:16 +02:00
CrazyMax
36287a2763
vendor: bump @docker/actions-toolkit from 0.7.1 to 0.12.0
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-09-08 09:36:16 +02:00
CrazyMax
d39729083f
dev: remove unneeded binaries
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-09-08 09:36:16 +02:00
CrazyMax
36c0d2a427
chore: update dev dependencies
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-09-08 09:36:16 +02:00
CrazyMax
92049ffdaa
chore: update to node 20
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-09-08 09:36:15 +02:00
4 changed files with 6 additions and 5 deletions

View File

@ -13,7 +13,7 @@
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": "latest",
"ecmaVersion": "2023",
"sourceType": "module"
},
"plugins": [

2
dist/index.js generated vendored

File diff suppressed because one or more lines are too long

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@ -1,8 +1,9 @@
{
"compilerOptions": {
"esModuleInterop": true,
"target": "es6",
"module": "commonjs",
"target": "ES2022",
"module": "nodenext",
"moduleResolution": "nodenext",
"strict": true,
"newLine": "lf",
"outDir": "./lib",