Skip to content

Commit

Permalink
Add Node 20 to CI (#68)
Browse files Browse the repository at this point in the history
* Add Node 20 to CI
* Run npm lint:fix
* Bump dependencies
  • Loading branch information
mheap committed Jan 28, 2024
1 parent 1cee10d commit d1635a6
Show file tree
Hide file tree
Showing 3 changed files with 215 additions and 194 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Expand Up @@ -14,4 +14,4 @@ updates:
dependency-type: "development"
update-types:
- "minor"
- "patch"
- "patch"
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [16.x, 18.x, 20.x]

env:
CI: true
Expand Down

0 comments on commit d1635a6

Please sign in to comment.