mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-26 17:11:21 +00:00
refactor: rename and small changes
This commit is contained in:
parent
3807145c1d
commit
fda6596144
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
name: Unlighthouse report
|
||||
name: Unlighthouse
|
||||
|
||||
on: [pull_request]
|
||||
|
||||
|
@ -32,7 +32,7 @@ jobs:
|
|||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v2.2.4
|
||||
with:
|
||||
version: 8.6.11
|
||||
version: latest
|
||||
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v3.7.0
|
||||
|
@ -41,7 +41,7 @@ jobs:
|
|||
cache: 'pnpm'
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
run: pnpm install --frozen-lockfile
|
||||
|
||||
- name: Build production
|
||||
run: pnpm run build
|
Loading…
Reference in a new issue