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

@@ -20,9 +20,10 @@ jobs:
- name: Setup pnpm
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"
- uses: actions/setup-go@v6
with:
go-version-file: "backend/go.mod"