Skip to content

Commit 5557634

Browse files
authored
Upgrade Node.js version from 18 to 20
1 parent bb0c472 commit 5557634

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/master-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Use Node.js 18
1616
uses: actions/setup-node@v3
1717
with:
18-
node-version: 18
18+
node-version: 20
1919
- run: npm i --legacy-peer-deps
2020
- name: Build & test components-core
2121
run: |

0 commit comments

Comments
 (0)