Skip to content

Bump js-yaml from 4.1.1 to 4.2.0 #19

Bump js-yaml from 4.1.1 to 4.2.0

Bump js-yaml from 4.1.1 to 4.2.0 #19

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- '**'
jobs:
lint:
uses: stylelint/.github/.github/workflows/call-lint.yml@38848ee8badc3888f246692cc371d519616d74e2 # 0.9.0
permissions:
contents: read
test:
uses: stylelint/.github/.github/workflows/call-test.yml@38848ee8badc3888f246692cc371d519616d74e2 # 0.9.0
with:
node-version-file: .nvmrc
permissions:
contents: read
e2e:
permissions:
contents: read
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version-file: .nvmrc
cache: npm
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests
run: npx playwright test
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
if: ${{ !cancelled() }}
with:
name: playwright-report
path: playwright-report/
retention-days: 5
dependency-review:
if: github.event_name == 'pull_request'
uses: stylelint/.github/.github/workflows/call-dependency-review.yml@38848ee8badc3888f246692cc371d519616d74e2 # 0.9.0
permissions:
contents: read