Skip to content

Commit

Permalink
Support node 18 and 20
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Sep 19, 2023
1 parent f526b72 commit c17e6c8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
os:
- ubuntu-latest
node:
- '16'
- '18'
- '20'
include:
- os: ubuntu-latest
os_name: Linux
Expand All @@ -42,8 +42,8 @@ jobs:
fail-fast: false
matrix:
node:
- '16'
- '18'
- '20'
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -67,8 +67,8 @@ jobs:
os:
- ubuntu-latest
node:
- '16'
- '18'
- '20'
include:
- os: ubuntu-latest
os_name: Linux
Expand Down Expand Up @@ -113,8 +113,8 @@ jobs:
fail-fast: false
matrix:
node:
- '16'
- '18'
- '20'
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/hydrogen
20
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@
"report": "c8 report"
},
"engines": {
"node": ">=16.13.0",
"npm": ">= 8.1.0"
"node": ">=18.12.0",
"npm": ">= 8.19.2"
},
"dependencies": {
"@seamapi/types": "^1.12.0"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/node": "^20.6.2",
"ava": "^5.0.1",
"c8": "^8.0.0",
"concurrently": "^8.2.1",
Expand Down

0 comments on commit c17e6c8

Please sign in to comment.