Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
fix(build): update node version (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranrib authored Jan 12, 2023
1 parent 1b9a796 commit 1faf799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- ./test/acceptance/run.sh $TRAVIS_BUILD_NUMBER

- stage: build-and-deploy
node_js: "12.13"
node_js: "14.17"
script:
- npm run build && npm run semantic-release && ./scripts/publish_layers.sh

Expand Down

0 comments on commit 1faf799

Please sign in to comment.