Skip to content

Commit

Permalink
Merge pull request #5 from localnerve/rc-1.0.0
Browse files Browse the repository at this point in the history
@1.0.0 - node 18+
  • Loading branch information
localnerve committed Sep 19, 2023
2 parents 022986f + b1b6f9c commit 6c41923
Show file tree
Hide file tree
Showing 4 changed files with 724 additions and 569 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
2 changes: 1 addition & 1 deletion babel.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[
"@babel/preset-env", {
"targets": {
"node": "16"
"node": "18"
}
}
]
Expand Down

0 comments on commit 6c41923

Please sign in to comment.