diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eae041f0..ed39ab9f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 16 + node-version: '20.10.0' registry-url: 'https://registry.npmjs.org' - name: Install Yarn @@ -44,7 +44,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 16 + node-version: '20.10.0' registry-url: 'https://registry.npmjs.org' - name: Install Yarn diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 35fd3c5a..03b6d646 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 16 + node-version: '20.10.0' registry-url: 'https://registry.npmjs.org' - name: Install Yarn diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0bb12e54..9221635f 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@v4 with: - node-version: 16 + node-version: '20.10.0' 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@v4 with: - node-version: 16 + node-version: '20.10.0' registry-url: 'https://npm.pkg.github.com' scope: '@jamesives'