feat: setup actions #1

Merged
naomi merged 4 commits from feat/actions into main 2025-01-23 02:08:01 -08:00
Showing only changes of commit c628afe95d - Show all commits

View File

@ -23,7 +23,7 @@ jobs:
- name: Setup pnpm - name: Setup pnpm
uses: pnpm/action-setup@v2 uses: pnpm/action-setup@v2
with: with:
version: 9 version: 10
- name: Install Dependencies - name: Install Dependencies
run: pnpm install run: pnpm install