🔧 Node Version

This commit is contained in:
James Ives 2021-11-18 08:12:09 -05:00
parent 1d77ee006d
commit 2d9f6f66a1
4 changed files with 7 additions and 7 deletions

View File

@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-node@v1.4.4 - uses: actions/setup-node@v1.4.4
with: with:
node-version: 'v12.18.4' node-version: 'v14.18.1'
registry-url: 'https://registry.npmjs.org' registry-url: 'https://registry.npmjs.org'
- name: Install Yarn - name: Install Yarn
@ -43,7 +43,7 @@ jobs:
- uses: actions/setup-node@v1.4.4 - uses: actions/setup-node@v1.4.4
with: with:
node-version: 'v12.18.4' node-version: 'v14.18.1'
registry-url: 'https://registry.npmjs.org' registry-url: 'https://registry.npmjs.org'
- name: Install Yarn - name: Install Yarn
@ -83,7 +83,7 @@ jobs:
- uses: actions/setup-node@v1.4.4 - uses: actions/setup-node@v1.4.4
with: with:
node-version: 'v12.18.4' node-version: 'v14.18.1'
registry-url: 'https://registry.npmjs.org' registry-url: 'https://registry.npmjs.org'
- name: Download artifact - name: Download artifact

View File

@ -178,7 +178,7 @@ jobs:
steps: steps:
- uses: actions/setup-node@v1.4.4 - uses: actions/setup-node@v1.4.4
with: with:
node-version: '10.x' node-version: 'v14.18.1'
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2

View File

@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-node@v1.4.4 - uses: actions/setup-node@v1.4.4
with: with:
node-version: 'v12.18.4' node-version: 'v14.18.1'
registry-url: 'https://registry.npmjs.org' registry-url: 'https://registry.npmjs.org'
- name: Install Yarn - name: Install Yarn

View File

@ -17,7 +17,7 @@ jobs:
# Setup .npmrc file to publish to npm # Setup .npmrc file to publish to npm
- uses: actions/setup-node@v1.4.4 - uses: actions/setup-node@v1.4.4
with: with:
node-version: '10.15.1' node-version: 'v14.18.1'
registry-url: 'https://registry.npmjs.org' registry-url: 'https://registry.npmjs.org'
scope: '@jamesives' scope: '@jamesives'
@ -42,7 +42,7 @@ jobs:
# Setup .npmrc file to publish to GitHub Packages # Setup .npmrc file to publish to GitHub Packages
- uses: actions/setup-node@v1.4.4 - uses: actions/setup-node@v1.4.4
with: with:
node-version: 12 node-version: 'v14.18.1'
registry-url: 'https://npm.pkg.github.com' registry-url: 'https://npm.pkg.github.com'
scope: '@jamesives' scope: '@jamesives'