mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 15:54:13 +01:00
Fix pnpm installation step to use lockfile instead of specifying version
This commit is contained in:
2
.github/workflows/nuxthub.yml
vendored
2
.github/workflows/nuxthub.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 9
|
||||
useLockfile: true
|
||||
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v4
|
||||
|
||||
Reference in New Issue
Block a user