Skip to content

Commit

Permalink
Update vite.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikmilk authored Dec 8, 2024
1 parent f9115f9 commit 7a6cd3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/vite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
submodules: true

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
submodules: true
node-version: ${{ matrix.node-version }}

- name: Build
Expand Down

0 comments on commit 7a6cd3e

Please sign in to comment.