Skip to content

Commit bb79989

Browse files
committed
Merge branch 'main' into example-updates
2 parents 887f1c6 + 21f0a49 commit bb79989

File tree

6 files changed

+10
-741
lines changed

6 files changed

+10
-741
lines changed

.github/workflows/publish-radfish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Setup Node.js
5353
uses: actions/setup-node@v4
5454
with:
55-
node-version: '18'
55+
node-version: "20"
5656
registry-url: 'https://registry.npmjs.org'
5757

5858
- name: Install dependencies

.github/workflows/publish-react-radfish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Setup Node.js
5353
uses: actions/setup-node@v4
5454
with:
55-
node-version: '18'
55+
node-version: "20"
5656
registry-url: 'https://registry.npmjs.org'
5757

5858
- name: Install dependencies

.github/workflows/run-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
- name: Use Node.js
1616
uses: actions/setup-node@v3
1717
with:
18-
node-version: "18"
18+
node-version: "20"
1919

2020
- name: Install workspace dependencies
21-
run: npm install --legacy-peer-deps
21+
run: npm install
2222
working-directory: .
2323

2424
lighthouse:
@@ -31,11 +31,11 @@ jobs:
3131
ref: ${{ github.event.pull_request.head.sha }}
3232

3333
- name: Install workspace dependencies
34-
run: npm install --legacy-peer-deps
34+
run: npm install
3535
working-directory: .
3636

3737
- name: Install dependencies
38-
run: npm install --legacy-peer-deps
38+
run: npm install
3939
working-directory: templates/react-javascript
4040

4141
- name: Build project

0 commit comments

Comments
 (0)