Skip to content

Commit

Permalink
Merge pull request #24 from tidal-engineering/update-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
andymartinwork authored Sep 28, 2022
2 parents b573939 + c09dbd2 commit 532a970
Show file tree
Hide file tree
Showing 5 changed files with 7,162 additions and 2,470 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [16.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
language: node_js
node_js:
- '12'
- '10'
- '16'
Loading

0 comments on commit 532a970

Please sign in to comment.