Skip to content

Bump vite from 4.3.9 to 4.4.11 #3057

Bump vite from 4.3.9 to 4.4.11

Bump vite from 4.3.9 to 4.4.11 #3057

Workflow file for this run

name: CI Build
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Reconfigure git to use HTTP authentication
run: >
git config --global url."https://github.com/".insteadOf
ssh://[email protected]/
- name: Use Node.js 16
uses: actions/setup-node@v3
with:
node-version: 16.x
- run: npm ci
- run: npm run build
static-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 16
uses: actions/setup-node@v3
with:
node-version: 16.x
- run: npm install
- run: ./node_modules/.bin/tsc --noEmit
- run: ./node_modules/.bin/vue-tsc --noEmit