Skip to content

Commit

Permalink
Merge pull request #15 from hckrnews/feature/update
Browse files Browse the repository at this point in the history
Update the dependencies
  • Loading branch information
w3nl authored Dec 2, 2021
2 parents c389206 + aa99423 commit ffbbbf3
Show file tree
Hide file tree
Showing 5 changed files with 2,035 additions and 1,962 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]
node-version: [12.x, 14.x, 16.x], 17.x

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

0 comments on commit ffbbbf3

Please sign in to comment.