Skip to content

[Snyk] Upgrade @playwright/test from 1.36.0 to 1.48.1 #88

[Snyk] Upgrade @playwright/test from 1.36.0 to 1.48.1

[Snyk] Upgrade @playwright/test from 1.36.0 to 1.48.1 #88

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Validate starter-kits.json
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Use Node.js
uses: actions/setup-node@v3
with:
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Validate starter-kits.json
run: node scripts/validate-starter-kits-json.js