Skip to content

Commit

Permalink
Merge pull request #172 from hckrnews/feature/schema-json-string
Browse files Browse the repository at this point in the history
Test with node 18
  • Loading branch information
w3nl authored Apr 20, 2022
2 parents ebb987b + 15eaef0 commit e4f1e6e
Show file tree
Hide file tree
Showing 4 changed files with 402 additions and 334 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 17.x]
node-version: [12.x, 14.x, 16.x, 17.x, 18.x]

steps:
- uses: actions/checkout@v1
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ node_js:
- "14"
- "16"
- "17"
- "18"
before_script:
- npm run lint
after_script:
Expand Down
Loading

0 comments on commit e4f1e6e

Please sign in to comment.