Compile with Node 16

This commit is contained in:
James Ives 2022-04-04 09:42:48 -04:00
parent 6ae2891783
commit 01aec06874
5 changed files with 8 additions and 8 deletions

View File

@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with:
node-version: 'v14.18.1' node-version: 'v16.13.2'
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@v3 - uses: actions/setup-node@v3
with: with:
node-version: 'v14.18.1' node-version: 'v16.13.2'
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@v3 - uses: actions/setup-node@v3
with: with:
node-version: 'v14.18.1' node-version: 'v16.13.2'
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@v3 - uses: actions/setup-node@v3
with: with:
node-version: 'v14.18.1' node-version: 'v16.13.2'
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3

View File

@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with:
node-version: 'v14.18.1' node-version: 'v16.13.2'
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@v3 - uses: actions/setup-node@v3
with: with:
node-version: 'v14.18.1' node-version: 'v16.13.2'
registry-url: 'https://registry.npmjs.org' registry-url: 'https://registry.npmjs.org'
scope: '@jamesives' scope: '@jamesives'
@ -43,7 +43,7 @@ jobs:
# Setup .npmrc file to publish to GitHub Packages # Setup .npmrc file to publish to GitHub Packages
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with:
node-version: 'v14.18.1' node-version: 'v16.13.2'
registry-url: 'https://npm.pkg.github.com' registry-url: 'https://npm.pkg.github.com'
scope: '@jamesives' scope: '@jamesives'

2
.nvmrc
View File

@ -1 +1 @@
v14.18.1 v16.13.2