Skip to content

Bump svelte from 3.55.1 to 4.2.19 #61

Bump svelte from 3.55.1 to 4.2.19

Bump svelte from 3.55.1 to 4.2.19 #61

Workflow file for this run

name: Node.js CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
- name: Install dependencies
run: npm ci
- name: Install playwright browsers
run: npx playwright install --with-deps
- name: Run svelte-check
run: npm run check
- name: Run linter
run: npm run lint
- name: Run tests
run: npm run test
- name: Build the project
run: npm run build