Skip to content

Commit

Permalink
ci: see if green w/out 16
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Nov 30, 2024
1 parent 2d4e811 commit 618e79a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
fail-fast: true
matrix:
version:
- 16
- 18
# - 16
- 18.0.0
- 20
- current
steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"description": "Install missing TypeScript typings for your dependencies.",
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"files": [
"dist",
Expand Down

0 comments on commit 618e79a

Please sign in to comment.