Skip to content

Commit

Permalink
Merge pull request #21 from hckrnews/feature/enum-name
Browse files Browse the repository at this point in the history
Test on node 18
  • Loading branch information
w3nl authored Jul 8, 2022
2 parents 14b2daf + bc69c5f commit d6b8207
Show file tree
Hide file tree
Showing 4 changed files with 2,898 additions and 2,613 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, 18.x]

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

0 comments on commit d6b8207

Please sign in to comment.