Skip to content

Commit

Permalink
add node 20 to ci (#234)
Browse files Browse the repository at this point in the history
* switch dependency to @types/lodash-es

* add node 20 to ci matrix
  • Loading branch information
mshima authored Aug 27, 2024
1 parent b7cd367 commit 9804d95
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 11 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9804d95

Please sign in to comment.