Skip to content

Commit

Permalink
update node version (#351)
Browse files Browse the repository at this point in the history
* update node version

* Update package-lock.json
  • Loading branch information
nathanholzworth authored Oct 28, 2022
1 parent 9b289b7 commit 47b7312
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 53 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "lts/*"
- "16"

script:
- if [ "${TRAVIS_PULL_REQUEST}" != "false" ]; then npm audit --only=prod; else npm audit || true; fi
Expand Down
58 changes: 6 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 47b7312

Please sign in to comment.