Skip to content

Commit

Permalink
build: update to node 16 and npm 8
Browse files Browse the repository at this point in the history
  • Loading branch information
manbearwiz committed Jun 30, 2023
1 parent 4a12828 commit 1817864
Show file tree
Hide file tree
Showing 3 changed files with 14,640 additions and 3,673 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10
16
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- "8"
- "9"
- "10"
- "15"
- "16"
- "17"
script:
- npm run build
- npm test
Expand Down
Loading

0 comments on commit 1817864

Please sign in to comment.