Skip to content
This repository has been archived by the owner on Oct 27, 2024. It is now read-only.

Commit

Permalink
update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dbushell committed Jan 2, 2024
1 parent 42e99db commit 12022ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
contents: read

steps:
- name: Clone repository
uses: actions/checkout@v3
- name: Clone Repository
uses: actions/checkout@v4

- name: Install Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 21.x

- name: Build
run: npm install && npx vite build
Expand Down

0 comments on commit 12022ab

Please sign in to comment.