Skip to content

Commit

Permalink
refactor!: drop support for nodejs 18
Browse files Browse the repository at this point in the history
  • Loading branch information
René Schleusner committed Sep 20, 2024
1 parent 49867f8 commit 8b0e31b
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 @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node: [18, 20]
node: [20, 22]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion packages/fractality/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"fractality": "./bin/fractality.js"
},
"engines": {
"node": ">= 10.0.0"
"node": ">=20.0.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 8b0e31b

Please sign in to comment.