Skip to content

Commit

Permalink
chore: node version
Browse files Browse the repository at this point in the history
  • Loading branch information
amertak committed Jan 27, 2025
1 parent 0c46d7a commit 7bd30d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/install-playwright/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
- name: Get Node.js version
id: node-version
shell: bash
run: echo "node=$(node -v)" >> $GITHUB_ENV
run: echo "node_version=$(node -v)" >> $GITHUB_ENV

- name: Get installed Playwright version
id: playwright-version
Expand All @@ -25,7 +25,7 @@ runs:
id: playwright-cache
with:
path: ${{ env.PLAYWRIGHT_CACHE_PATH }}
key: '${{ runner.os }}-node-${{ steps.node-version.outputs.node }}-playwright-cache-${{ env.PLAYWRIGHT_VERSION }}-splunk-otel-js-web-artifacts'
key: '${{ runner.os }}-node-${{ env.node_version }}-playwright-cache-${{ env.PLAYWRIGHT_VERSION }}-splunk-otel-js-web-artifacts'

- name: Install Playwright browser binaries
if: steps.playwright-cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 7bd30d1

Please sign in to comment.