From 445e7f5abb640aead3bf0b7db560c390bfe4fb3a Mon Sep 17 00:00:00 2001 From: Anthony Gallo Date: Fri, 15 Jul 2022 12:21:23 -0400 Subject: [PATCH] fix: bump all referenced versions of node to current LTS v16.16 (#101) Co-authored-by: Anthony Gallo --- .github/workflows/npm-publish.yml | 7 +++---- .github/workflows/pr-test.yml | 4 ++-- .github/workflows/publish-prerelease.yml | 4 ++-- .nvmrc | 2 +- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 42c8d0179..b952b25b0 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -19,7 +19,7 @@ jobs: token: ${{secrets.GIT_PUBLISH_TOKEN}} - uses: actions/setup-node@v2 with: - node-version: 14.17 + node-version: 16.16 - run: npm ci - run: npm run test @@ -32,7 +32,7 @@ jobs: token: ${{secrets.GIT_PUBLISH_TOKEN}} - uses: actions/setup-node@v2 with: - node-version: 14.17 + node-version: 16.16 registry-url: https://registry.npmjs.org/ - run: npm ci - run: npx semantic-release --no-ci --repository-url git@github.com:rdkcentral/Lightning-UI-Components.git @@ -49,10 +49,9 @@ jobs: token: ${{secrets.GITHUB_TOKEN}} - uses: actions/setup-node@v2 with: - node-version: 14.17 + node-version: 16.16 - run: npm i - run: npm run build - run: | git remote set-url origin https://git:${{secrets.GITHUB_TOKEN}}@github.com/rdkcentral/Lightning-UI-Components.git npm run gh-pages -- -u "github-actions-bot " - diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 25fa9413c..1bf397e3a 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -1,7 +1,7 @@ name: pull-request on: pull_request: - branches: [ develop ] + branches: [develop] jobs: build: @@ -10,6 +10,6 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 16.16 - run: npm install - run: npm run test diff --git a/.github/workflows/publish-prerelease.yml b/.github/workflows/publish-prerelease.yml index debca46af..dc0807134 100644 --- a/.github/workflows/publish-prerelease.yml +++ b/.github/workflows/publish-prerelease.yml @@ -20,7 +20,7 @@ jobs: token: ${{secrets.GIT_PUBLISH_TOKEN}} - uses: actions/setup-node@v2 with: - node-version: 14.17 + node-version: 16.16 - run: npm ci - run: npm run test @@ -33,7 +33,7 @@ jobs: token: ${{secrets.GIT_PUBLISH_TOKEN}} - uses: actions/setup-node@v2 with: - node-version: 14.17 + node-version: 16.16 registry-url: https://registry.npmjs.org/ - run: npm ci - run: npx semantic-release --no-ci --repository-url git@github.com:rdkcentral/Lightning-UI-Components.git diff --git a/.nvmrc b/.nvmrc index 6f7f377bf..1b664db16 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v16 +v16.16