mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-05-03 20:41:22 +00:00
Merge branch 'main' into renovate/sveltejs-kit-2.x
This commit is contained in:
commit
206dc8fe1b
2 changed files with 3 additions and 3 deletions
.github/workflows
2
.github/workflows/linting.yaml
vendored
2
.github/workflows/linting.yaml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
version: latest
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4.0.0
|
||||
uses: actions/setup-node@v4.0.1
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: pnpm
|
||||
|
|
4
.github/workflows/unlighthouse.yaml
vendored
4
.github/workflows/unlighthouse.yaml
vendored
|
@ -48,7 +48,7 @@ jobs:
|
|||
version: latest
|
||||
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v4.0.0
|
||||
uses: actions/setup-node@v4.0.1
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: 'pnpm'
|
||||
|
@ -80,7 +80,7 @@ jobs:
|
|||
--build-static
|
||||
|
||||
- name: Upload report to Cloudflare pages
|
||||
uses: cloudflare/wrangler-action@2.0.0
|
||||
uses: cloudflare/wrangler-action@v3.4.0
|
||||
with:
|
||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||
command: pages deploy .unlighthouse --project-name="${{ env.CLOUDFLARE_PROJECT }}" --branch=${{ env.CLOUDFLARE_BRANCH }}
|
||||
|
|
Loading…
Reference in a new issue