Skip to content

Commit

Permalink
Merge pull request #136 from Ranieri93/next
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners committed Oct 10, 2023
2 parents e0f61fa + ac84e20 commit 335deaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [14, 16, 18]
node-version: [18, 20]
steps:
- name: Check out repo
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -32,11 +32,11 @@
"test-types"
],
"devDependencies": {
"@fastify/pre-commit": "^2.0.2",
"@types/node": "^20.1.0",
"pre-commit": "^1.2.2",
"snazzy": "^9.0.0",
"standard": "^17.0.0",
"tap": "^15.0.10",
"tap": "^16.3.9",
"tsd": "^0.29.0",
"typescript": "^5.0.2"
},
Expand Down

0 comments on commit 335deaf

Please sign in to comment.