Compare commits
No commits in common. "86b6d923391060ffbe91cd1fb3026a67df8459a7" and "540083f0995f0eb3827963783d08a07968b00bc3" have entirely different histories.
86b6d92339
...
540083f099
|
|
@ -27,6 +27,7 @@ jobs:
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
|
cache: 'pnpm'
|
||||||
|
|
||||||
- run: pnpm install --frozen-lockfile
|
- run: pnpm install --frozen-lockfile
|
||||||
- run: pnpm run build
|
- run: pnpm run build
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue