diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15ac5d0..1999fae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [18.x] + node-version: [18.x, 20.x] steps: - uses: actions/checkout@v3 diff --git a/package-lock.json b/package-lock.json index 83656cf..1f2d369 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ }, "devDependencies": { "@types/inquirer": "^9.0.3", - "@types/lodash": "^4.14.195", + "@types/lodash-es": "^4.17.12", "@types/node": "^18.19.46", "@yeoman/eslint": "0.1.2", "c8": "^10.1.2", @@ -2613,6 +2613,16 @@ "integrity": "sha512-X+2qazGS3jxLAIz5JDXDzglAF3KpijdhFxlf/V1+hEsOUc+HnWi81L/uv/EvGuV90WY+7mPGFCUDGfQC3Gj95Q==", "dev": true }, + "node_modules/@types/lodash-es": { + "version": "4.17.12", + "resolved": "https://registry.npmjs.org/@types/lodash-es/-/lodash-es-4.17.12.tgz", + "integrity": "sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/lodash": "*" + } + }, "node_modules/@types/markdown-it": { "version": "14.1.1", "resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-14.1.1.tgz", diff --git a/package.json b/package.json index ef50860..a721524 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ }, "devDependencies": { "@types/inquirer": "^9.0.3", - "@types/lodash": "^4.14.195", + "@types/lodash-es": "^4.17.12", "@types/node": "^18.19.46", "@yeoman/eslint": "0.1.2", "c8": "^10.1.2",