Skip to content
This repository has been archived by the owner on Jul 23, 2022. It is now read-only.

Bump node to v16 #1189

Merged
merged 8 commits into from
Dec 13, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed install of npm8 and renamed action step
npm8 is included in node v16
  • Loading branch information
djsmith85 committed Dec 13, 2021
commit e8b4005d86d40e11cb4a14b9f654e5da9435325e
18 changes: 6 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,8 @@ jobs:
- name: Set Node options
run: echo "NODE_OPTIONS=--max_old_space_size=4096" >> $GITHUB_ENV

- name: Update NPM
- name: Install node-gyp
run: |
npm install -g npm@8
npm install -g node-gyp
node-gyp install $(node -v)

Expand Down Expand Up @@ -205,9 +204,8 @@ jobs:
run: echo "NODE_OPTIONS=--max_old_space_size=4096" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
shell: pwsh

- name: Update NPM
- name: Install node-gyp
run: |
npm install -g npm@8
npm install -g node-gyp
node-gyp install $(node -v)

Expand Down Expand Up @@ -381,9 +379,8 @@ jobs:
- name: Set Node options
run: echo "NODE_OPTIONS=--max_old_space_size=4096" >> $GITHUB_ENV

- name: Update NPM
- name: Install node-gyp
run: |
npm install -g npm@8
npm install -g node-gyp
node-gyp install $(node -v)

Expand Down Expand Up @@ -529,9 +526,8 @@ jobs:
- name: Set Node options
run: echo "NODE_OPTIONS=--max_old_space_size=4096" >> $GITHUB_ENV

- name: Update NPM
- name: Install node-gyp
run: |
npm install -g npm@8
npm install -g node-gyp
node-gyp install $(node -v)

Expand Down Expand Up @@ -717,9 +713,8 @@ jobs:
- name: Set Node options
run: echo "NODE_OPTIONS=--max_old_space_size=4096" >> $GITHUB_ENV

- name: Update NPM
- name: Install node-gyp
run: |
npm install -g npm@8
npm install -g node-gyp
node-gyp install $(node -v)

Expand Down Expand Up @@ -897,9 +892,8 @@ jobs:
- name: Set Node options
run: echo "NODE_OPTIONS=--max_old_space_size=4096" >> $GITHUB_ENV

- name: Update NPM
- name: Install node-gyp
run: |
npm install -g npm@8
npm install -g node-gyp
node-gyp install $(node -v)

Expand Down