diff --git a/.github/workflows/vite.yml b/.github/workflows/vite.yml index 9216ab8..84b84c3 100644 --- a/.github/workflows/vite.yml +++ b/.github/workflows/vite.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [ 20.x, 21.x, 22.x ] + node-version: [ 20.x, 21.x, 22.x, 23.x ] steps: - uses: actions/checkout@v3 @@ -20,7 +20,7 @@ jobs: - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: - submodules: 'true' + submodules: true node-version: ${{ matrix.node-version }} - name: Build