Skip to content

Commit f17f098

Browse files
committed
Release/6.4.0
1 parent e0664d0 commit f17f098

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/master-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
- uses: actions/checkout@v3
1313
with:
1414
fetch-depth: 0
15-
- name: Use Node.js 16
15+
- name: Use Node.js 18
1616
uses: actions/setup-node@v3
1717
with:
18-
node-version: 16
18+
node-version: 18
1919
- run: npm i --legacy-peer-deps
2020
- name: Build & test components-core
2121
run: |

0 commit comments

Comments
 (0)