From 558c86ba3b518932449d58dff15be165c9bbe815 Mon Sep 17 00:00:00 2001 From: Alexey Kasyanchuk Date: Sun, 11 Jul 2021 01:20:42 +0300 Subject: [PATCH] release --- .github/workflows/build.yml | 2 +- .travis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7fd1564..abbdff7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: - windows-latest node_version: - 14 - - 15 + - 16 architecture: - x64 # - arm64 precompiled bits may not allow for this diff --git a/.travis.yml b/.travis.yml index 2d56bd2..0f6d607 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ deploy: provider: script skip_cleanup: true script: - - npx travis-deploy-once "npx semantic-release@17" + - npx semantic-release@17 on: branch: master condition: $TRAVIS_COMMIT_MESSAGE = "release"