Skip to content

Update dependency svelte to v5.14.5 #755

Update dependency svelte to v5.14.5

Update dependency svelte to v5.14.5 #755

Workflow file for this run

name: ci
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [21.x]
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: install and test
run: |
npm ci
npm run lint
npm run test:unit
npx playwright install --with-deps
npm run test