Skip to content

chore(deps-dev): bump vite from 2.5.7 to 2.9.16 in /e2e/sveltekit #113

chore(deps-dev): bump vite from 2.5.7 to 2.9.16 in /e2e/sveltekit

chore(deps-dev): bump vite from 2.5.7 to 2.9.16 in /e2e/sveltekit #113

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
Tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16, 18, 20]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm install
- run: npm test
env:
CI: true
- run: npm run e2e
env:
CI: true