Skip to content

Commit f9115f9

Browse files
authored
Update vite.yml
1 parent ccbe94f commit f9115f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/vite.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [ 20.x, 21.x, 22.x ]
15+
node-version: [ 20.x, 21.x, 22.x, 23.x ]
1616

1717
steps:
1818
- uses: actions/checkout@v3
1919

2020
- name: Use Node.js ${{ matrix.node-version }}
2121
uses: actions/setup-node@v3
2222
with:
23-
submodules: 'true'
23+
submodules: true
2424
node-version: ${{ matrix.node-version }}
2525

2626
- name: Build

0 commit comments

Comments
 (0)