Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update node to 16 #781

Merged
merged 1 commit into from
Jan 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
# report status back to pull request
- uses: haya14busa/action-workflow_run-status@v1
- uses: actions/checkout@v2
- name: Use Node.js 14 x64
- name: Use Node.js 16 x64
uses: actions/setup-node@v2-beta
with:
node-version: 14
node-version: 16
architecture: x64
- run: npm ci
- name: Download branch artifact
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
timeout-minutes: 20
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14 x64
- name: Use Node.js 16 x64
uses: actions/setup-node@v2-beta
with:
node-version: 14
node-version: 16
architecture: x64
- run: npm ci
- run: npm run build-prod-min
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- windows-latest
- ubuntu-latest
node_version:
- 14
- 16
architecture:
- x64

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-style-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
with:
fetch-depth: 0

- name: Use Node.js 14 x64
- name: Use Node.js 16 x64
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
architecture: x64
registry-url: 'https://registry.npmjs.org'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
fetch-depth: 0
ref: main

- name: Use Node.js 14 x64
- name: Use Node.js 16 x64
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
architecture: x64
registry-url: 'https://registry.npmjs.org'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
timeout-minutes: 20
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14 x64
- name: Use Node.js 16 x64
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
architecture: x64
- run: npm ci
- run: npm run build-dev
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-expressions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
timeout-minutes: 20
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14 x64
- name: Use Node.js 16 x64
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
architecture: x64
- run: npm ci
- run: npm run build-dev
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-jest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- macos-latest
- windows-latest
node_version:
- 14
- 16
architecture:
- x64

Expand All @@ -35,7 +35,7 @@ jobs:
os:
- ubuntu-latest
node_version:
- 14
- 16
architecture:
- x64

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-query.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
timeout-minutes: 20
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14 x64
- name: Use Node.js 16 x64
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
architecture: x64
- run: npm ci
- run: npm run build-dev
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
timeout-minutes: 20
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14 x64
- name: Use Node.js 16 x64
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
architecture: x64
- run: npm ci
- run: npm run build-dev
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- macos-latest
- windows-latest
node_version:
- 14
- 16
architecture:
- x64

Expand All @@ -38,10 +38,10 @@ jobs:
timeout-minutes: 20
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14 x64
- name: Use Node.js 16 x64
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
architecture: x64
- run: npm ci
- run: npm run build-dev
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/upload-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Use Node.js 14 x64
- name: Use Node.js 16 x64
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
architecture: x64

- name: Install
Expand Down
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Install the Xcode Command Line Tools Package
xcode-select --install
```

Install [node.js](https://nodejs.org/) version ^14
Install [node.js](https://nodejs.org/) version ^16
```bash
brew install node
```
Expand Down Expand Up @@ -42,9 +42,9 @@ Install [nvm](https://github.com/nvm-sh/nvm)
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
```

Install [Node.js](https://nodejs.org/) ^14
Install [Node.js](https://nodejs.org/) ^16
```
nvm install 14
nvm install 16
```

Clone the repository
Expand All @@ -60,7 +60,7 @@ npm install

### Windows

Install [git](https://git-scm.com/), [node.js](https://nodejs.org/) (version ^14), [npm and node-gyp](https://github.com/Microsoft/nodejs-guidelines/blob/master/windows-environment.md#compiling-native-addon-modules).
Install [git](https://git-scm.com/), [node.js](https://nodejs.org/) (version ^16), [npm and node-gyp](https://github.com/Microsoft/nodejs-guidelines/blob/master/windows-environment.md#compiling-native-addon-modules).

Clone the repository
```bash
Expand Down