chore(deps): pin dependencies

This commit is contained in:
renovate[bot] 2024-01-24 00:09:49 +00:00 committed by GitHub
parent 91240caa05
commit 3a50f37f8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 182 additions and 640 deletions

View file

@ -17,7 +17,7 @@ jobs:
- run: corepack enable
- uses: actions/setup-node@v4
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
with:
node-version: 16
cache: 'pnpm'
@ -33,7 +33,7 @@ jobs:
run: pnpm build
- name: Restore Playwright browsers from cache
uses: actions/cache@v4
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4
with:
path: ~/.cache/ms-playwright
key: ${{ runner.os }}-playwright-${{ steps.playwright-version.outputs.PLAYWRIGHT_VERSION }}-${{ hashFiles('**/playwright.config.ts') }}