From f9115f96e77c4e0ff434b5d29bbcd2a54688912b Mon Sep 17 00:00:00 2001 From: Brandon Jordan Date: Sun, 8 Dec 2024 00:08:14 -0500 Subject: [PATCH] Update vite.yml --- .github/workflows/vite.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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