Skip to content

Bump @sveltejs/vite-plugin-svelte from 3.1.0 to 3.1.1 #10

Bump @sveltejs/vite-plugin-svelte from 3.1.0 to 3.1.1

Bump @sveltejs/vite-plugin-svelte from 3.1.0 to 3.1.1 #10

Workflow file for this run

name: Continuous Integration
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- name: Install Node.js dependencies
run: npm install --frozen-lockfile
- name: Check
run: npm run check
- name: Lint
run: npm run lint
- name: Build
run: npm run build