Skip to content

Commit

Permalink
🗃️ v2.1.1 - Tests and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ozio committed Oct 18, 2024
1 parent 5a4d7f9 commit c929ec7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node: [16, 18, 22]
node: [18, 20, 22]

steps:
# Checkout the repository
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"strip-ansi": "7.1.0"
},
"engines": {
"node": ">=16"
"node": ">=18"
}
}

0 comments on commit c929ec7

Please sign in to comment.