Skip to content

Bump vite from 4.5.0 to 4.5.1 #128

Bump vite from 4.5.0 to 4.5.1

Bump vite from 4.5.0 to 4.5.1 #128

Workflow file for this run

name: Test Changes
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Clone Repository
uses: actions/checkout@v2
- name: Setup Node version
uses: actions/setup-node@v2
with:
node-version: 20.x
- name: Install dependencies
run: npm ci --ignore-scripts
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build / Test Project
uses: stateful/runme-action@v2
with:
workflows: |
build
test
- name: 🐛 Debug Build
uses: stateful/vscode-server-action@v1
if: failure()
with:
timeout: "300000"