Skip to content

Commit ed76aa0

Browse files
diningPhilosopher64Prabhakar Kumar
authored and
Prabhakar Kumar
committed
Fix for CI failures when building with Node18: Update react-scripts to v5.0.1 which in turn updates webpack to v5.75.1
1 parent 1662e6a commit ed76aa0

File tree

4 files changed

+19710
-31164
lines changed

4 files changed

+19710
-31164
lines changed

.github/workflows/run-tests.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
- name: Checkout
2828
uses: actions/checkout@v3
2929

30-
- name: Use Node.js 16.x
30+
- name: Use Node.js 18
3131
uses: actions/setup-node@v3
3232
with:
33-
node-version: 16.x
33+
node-version: 18
3434

3535
- name: Install Node dependencies
3636
run: npm install
@@ -65,6 +65,11 @@ jobs:
6565
with:
6666
python-version: ${{ matrix.python-version }}
6767

68+
- name: Use Node.js 18.x
69+
uses: actions/setup-node@v3
70+
with:
71+
node-version: 18
72+
6873
- name: Install dependencies
6974
# Installing wheel package will slightly speed-up installing dependencies.
7075
# Installing the package with "[dev]" flag will install test dependecies as well,

0 commit comments

Comments
 (0)