1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-03-22 22:35:06 +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

@@ -74,9 +74,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: Cache Playwright Browsers
uses: actions/cache@v4