Skip to content

Bump tar from 7.5.2 to 7.5.9 #63

Bump tar from 7.5.2 to 7.5.9

Bump tar from 7.5.2 to 7.5.9 #63

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm install
- run: |
npx playwright install
npm test