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

Part of #1117: Update more dependencies #1122

Merged
merged 9 commits into from
Jan 13, 2025
2 changes: 1 addition & 1 deletion .github/workflows/Checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: 'npm'
- name: ' Startup ChromeDriver and Display in Ubuntu'
shell: bash
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- name: ' Building...'
run: |
npm install
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- name: ' Building...'
run: |
npm install
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- name: 'Building...'
run: |
npm install
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- name: ' Building...'
run: |
npm install
Expand Down
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Working on your first Pull Request? You can learn how from this _free_ series [H

## Environment

- Install [Node.js](https://nodejs.org/en/): version 18.16 or higher
- Install [Node.js](https://nodejs.org/en/): version 20.12 or higher
- Install [git](https://git-scm.com/)

## Setup
Expand Down
Loading