Skip to content

Bump vite from 7.1.4 to 7.1.10 #43

Bump vite from 7.1.4 to 7.1.10

Bump vite from 7.1.4 to 7.1.10 #43

Workflow file for this run

name: Labctl CI
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
NODEVER: 22
jobs:
build:
name: build & push to labctl repo
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Use Node.js ${{ env.NODEVER }}
uses: actions/setup-node@v5
with:
node-version: ${{ env.NODEVER }}
cache: "npm"
- run: npm ci
- run: npm test
- run: npm run build --if-present
- name: Push frontend to labctl
uses: cpina/github-action-push-to-another-repository@main
env:
#SSH_DEPLOY_KEY: ${{ secrets.LABCTL_SSH_DEPLOY_KEY }}
API_TOKEN_GITHUB: ${{ secrets.LABCTL_SSH_DEPLOY_KEY }}
with:
source-directory: "dist"
destination-github-username: "labctl"
destination-repository-name: "labctl"
user-email: [email protected]
target-branch: main
target-directory: helpers/frontend/html
#commit-message: labctl-js