From 01aec0687499295d5cc955d165640a9014433c0f Mon Sep 17 00:00:00 2001 From: James Ives Date: Mon, 4 Apr 2022 09:42:48 -0400 Subject: [PATCH] Compile with Node 16 --- .github/workflows/build.yml | 6 +++--- .github/workflows/integration.yml | 2 +- .github/workflows/production.yml | 2 +- .github/workflows/publish.yml | 4 ++-- .nvmrc | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 971f0caf..c1d71fbe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 'v14.18.1' + node-version: 'v16.13.2' registry-url: 'https://registry.npmjs.org' - name: Install Yarn @@ -43,7 +43,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 'v14.18.1' + node-version: 'v16.13.2' registry-url: 'https://registry.npmjs.org' - name: Install Yarn @@ -83,7 +83,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 'v14.18.1' + node-version: 'v16.13.2' registry-url: 'https://registry.npmjs.org' - name: Download artifact diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 43407304..b83efbad 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -178,7 +178,7 @@ jobs: steps: - uses: actions/setup-node@v3 with: - node-version: 'v14.18.1' + node-version: 'v16.13.2' - name: Checkout uses: actions/checkout@v3 diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index ef7497e4..daa59d5d 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 'v14.18.1' + node-version: 'v16.13.2' registry-url: 'https://registry.npmjs.org' - name: Install Yarn diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 616314f6..29dcb5ea 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@v3 with: - node-version: 'v14.18.1' + node-version: 'v16.13.2' registry-url: 'https://registry.npmjs.org' scope: '@jamesives' @@ -43,7 +43,7 @@ jobs: # Setup .npmrc file to publish to GitHub Packages - uses: actions/setup-node@v3 with: - node-version: 'v14.18.1' + node-version: 'v16.13.2' registry-url: 'https://npm.pkg.github.com' scope: '@jamesives' diff --git a/.nvmrc b/.nvmrc index e24183e5..53a42214 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v14.18.1 +v16.13.2