1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-03-22 23:05:09 +00:00

update build next workflow

This commit is contained in:
Kyle Mendell
2026-02-23 13:18:48 -06:00
parent 438fd3f326
commit 6ed238931e
4 changed files with 63 additions and 25 deletions

View File

@@ -42,9 +42,10 @@ jobs:
uses: pnpm/action-setup@v4
- name: Setup Node.js
uses: actions/setup-node@v5
uses: actions/setup-node@v6
with:
node-version: 24
cache: "pnpm"
- name: Install dependencies
run: pnpm --filter pocket-id-frontend install --frozen-lockfile