Skip to content

Commit

Permalink
chore: require node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerAberbach committed Apr 13, 2024
1 parent 5385dca commit 1fff903
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
nodejs: [16, 18]
nodejs: [18, 20]
os: [ubuntu-latest, macOS-latest]
fail-fast: false
steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -31,7 +31,7 @@
"type": "module",
"sideEffects": false,
"engines": {
"node": ">= 16"
"node": ">= 18"
},
"exports": {
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 1fff903

Please sign in to comment.