Skip to content

Commit

Permalink
fix(travis): harcoded node 16.18.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Valero committed Nov 28, 2022
1 parent a2b1e71 commit 9d62eb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
language: node_js

node_js:
- 17
- 16.18.0

jobs:
include:
- stage: release
node_js: 17
node_js: 16.18.0
deploy:
provider: script
skip_cleanup: true
Expand Down

0 comments on commit 9d62eb9

Please sign in to comment.