mirror of
https://github.com/seriousm4x/UpSnap.git
synced 2026-06-06 15:11:54 -04:00
gh-action: update setup-node and use cache pnpm
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -35,9 +35,11 @@ jobs:
|
||||
|
||||
# install latest node
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v4
|
||||
uses: actions/setup-node@v5
|
||||
with:
|
||||
node-version: latest
|
||||
cache: pnpm
|
||||
cache-dependency-path: frontend/pnpm-lock.yaml
|
||||
|
||||
# build sveltekit frontend
|
||||
- name: Build frontend
|
||||
|
||||
Reference in New Issue
Block a user