Skip to content

Commit 47b7312

Browse files
update node version (#351)
* update node version * Update package-lock.json
1 parent 9b289b7 commit 47b7312

File tree

2 files changed

+7
-53
lines changed

2 files changed

+7
-53
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- "lts/*"
3+
- "16"
44

55
script:
66
- if [ "${TRAVIS_PULL_REQUEST}" != "false" ]; then npm audit --only=prod; else npm audit || true; fi

package-lock.json

Lines changed: 6 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)