From 2d9f6f66a1298660353cf2a06ffd22fc8c87d332 Mon Sep 17 00:00:00 2001 From: James Ives Date: Thu, 18 Nov 2021 08:12:09 -0500 Subject: [PATCH] :wrench: Node Version --- .github/workflows/build.yml | 6 +++--- .github/workflows/integration.yml | 2 +- .github/workflows/production.yml | 2 +- .github/workflows/publish.yml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0554b2f9..1246de9f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-node@v1.4.4 with: - node-version: 'v12.18.4' + node-version: 'v14.18.1' registry-url: 'https://registry.npmjs.org' - name: Install Yarn @@ -43,7 +43,7 @@ jobs: - uses: actions/setup-node@v1.4.4 with: - node-version: 'v12.18.4' + node-version: 'v14.18.1' registry-url: 'https://registry.npmjs.org' - name: Install Yarn @@ -83,7 +83,7 @@ jobs: - uses: actions/setup-node@v1.4.4 with: - node-version: 'v12.18.4' + node-version: 'v14.18.1' registry-url: 'https://registry.npmjs.org' - name: Download artifact diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 9f21eaa5..6fd6c8c1 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -178,7 +178,7 @@ jobs: steps: - uses: actions/setup-node@v1.4.4 with: - node-version: '10.x' + node-version: 'v14.18.1' - name: Checkout uses: actions/checkout@v2 diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index f2171974..84629059 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-node@v1.4.4 with: - node-version: 'v12.18.4' + node-version: 'v14.18.1' registry-url: 'https://registry.npmjs.org' - name: Install Yarn diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 00b9da88..7adee43c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: # Setup .npmrc file to publish to npm - uses: actions/setup-node@v1.4.4 with: - node-version: '10.15.1' + node-version: 'v14.18.1' registry-url: 'https://registry.npmjs.org' scope: '@jamesives' @@ -42,7 +42,7 @@ jobs: # Setup .npmrc file to publish to GitHub Packages - uses: actions/setup-node@v1.4.4 with: - node-version: 12 + node-version: 'v14.18.1' registry-url: 'https://npm.pkg.github.com' scope: '@jamesives'