Skip to content

Commit

Permalink
Update inqurier, change test to node 16.x
Browse files Browse the repository at this point in the history
  • Loading branch information
eablack committed Jul 23, 2024
1 parent 492c613 commit 2555d77
Show file tree
Hide file tree
Showing 4 changed files with 168 additions and 178 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Use Nodejs 14
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 16.x
- name: Installing Heroku CLI
run: curl https://cli-assets.heroku.com/install.sh | sh
- name: Setting up plugin and manifest
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"cli-ux": "^4.7.3",
"diff": "^3.5.0",
"fs-extra": "^7.0.0",
"inquirer": "^6.0.0",
"inquirer": "^7.3.3",
"jsdiff": "^1.1.1",
"lodash": "^4.17.11",
"randomstring": "^1.1.5",
Expand All @@ -31,7 +31,7 @@
"@types/diff": "^3.5.1",
"@types/execa": "^0.9.0",
"@types/glob": "^5.0.35",
"@types/inquirer": "^0.0.41",
"@types/inquirer": "^7.3.3",
"@types/mocha": "^5",
"@types/nock": "^9.3.0",
"@types/node": "^10",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"rootDirs": [
"./src"
],
"skipLibCheck": true,
"strict": true,
"target": "es2017",
"typeRoots": [
Expand Down
Loading

0 comments on commit 2555d77

Please sign in to comment.