|
@@ -41,10 +41,10 @@ jobs:
|
|
|
|
|
|
- name: Get installed Playwright version
|
|
- name: Get installed Playwright version
|
|
id: playwright-version
|
|
id: playwright-version
|
|
- run: echo "PLAYWRIGHT_VERSION=$(node -e "console.log(require('./package-lock.json').dependencies['@playwright/test'].version)")" >> $GITHUB_ENV
|
|
|
|
|
|
+ run: echo "PLAYWRIGHT_VERSION=$(node -e "console.log(require('./package.json').devDependencies['@playwright/test'])")" >> $GITHUB_ENV
|
|
|
|
|
|
- name: Cache playwright binaries
|
|
- name: Cache playwright binaries
|
|
- uses: actions/cache@v3
|
|
|
|
|
|
+ uses: actions/cache@v4
|
|
id: playwright-cache
|
|
id: playwright-cache
|
|
with:
|
|
with:
|
|
path: |
|
|
path: |
|