Skip to content

Commit

Permalink
chore(ci): update GitHub Actions to use latest versions of checkout, …
Browse files Browse the repository at this point in the history
…setup-node, and cache actions
  • Loading branch information
MoinJulian committed Nov 21, 2024
1 parent 0bccb96 commit f754556
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,14 @@ jobs:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: '16.x'
- uses: actions/checkout@v4
- uses: actions/setup-node@v4

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

0 comments on commit f754556

Please sign in to comment.