Skip to content

Commit e7b9e64

Browse files
authored
1 parent ecdb01c commit e7b9e64

File tree

4 files changed

+4
-99
lines changed

4 files changed

+4
-99
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -487,12 +487,10 @@ jobs:
487487
key: ${{ env.BUILD_CACHE_KEY }}
488488
- name: Get npm cache directory
489489
id: npm-cache-dir
490-
run: |
491-
echo "::set-output name=dir::$(npm config get cache)"
490+
run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
492491
- name: Get Playwright version
493492
id: playwright-version
494-
run: |
495-
echo "::set-output name=version::$(node -p "require('@playwright/test/package.json').version")"
493+
run: echo "version=$(node -p "require('@playwright/test/package.json').version")" >> $GITHUB_OUTPUT
496494
- uses: actions/cache@v3
497495
name: Check if Playwright browser is cached
498496
id: playwright-cache
@@ -560,12 +558,10 @@ jobs:
560558
key: ${{ env.BUILD_CACHE_KEY }}
561559
- name: Get npm cache directory
562560
id: npm-cache-dir
563-
run: |
564-
echo "::set-output name=dir::$(npm config get cache)"
561+
run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
565562
- name: Get Playwright version
566563
id: playwright-version
567-
run: |
568-
echo "::set-output name=version::$(node -p "require('@playwright/test/package.json').version")"
564+
run: echo "version=$(node -p "require('@playwright/test/package.json').version")" >> $GITHUB_OUTPUT
569565
- uses: actions/cache@v3
570566
name: Check if Playwright browser is cached
571567
id: playwright-cache

packages/replay/workflows/build.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

packages/replay/workflows/release.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

packages/replay/workflows/size.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)