mirror of
https://github.com/actions/checkout.git
synced 2025-09-28 14:08:16 +00:00
Merge 96833ac418
into ff7abcd0c3
This commit is contained in:
commit
439c8c5365
2849
dist/index.js
vendored
2849
dist/index.js
vendored
File diff suppressed because it is too large
Load diff
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "es6",
|
||||
"target": "es2023",
|
||||
"module": "commonjs",
|
||||
"lib": [
|
||||
"es6"
|
||||
"es2023"
|
||||
],
|
||||
"outDir": "./lib",
|
||||
"rootDir": "./src",
|
||||
|
|
Loading…
Reference in a new issue