From c9f83555e9d520735cb43629de01dd58778f24d1 Mon Sep 17 00:00:00 2001 From: Viachaslau Date: Fri, 18 Feb 2022 23:33:46 +0300 Subject: [PATCH] ci: node version bump to 14 due to semantic-release (#19) --- .github/workflows/auto-build.yml | 2 +- .github/workflows/deploy.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-build.yml b/.github/workflows/auto-build.yml index ad47a94..3e6fb14 100644 --- a/.github/workflows/auto-build.yml +++ b/.github/workflows/auto-build.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [11.x, 12.x, 13.x] + node-version: [14.x, 16.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a12676f..d77046d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 14 registry-url: 'https://registry.npmjs.org' - run: npm version --no-git-tag-version "$VERSION" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4f7f626..1441f9e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: token: ${{ secrets.GPR_TOKEN }} - uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 14 - name: Semantic release run: npx semantic-release