Skip to content

Bump vite from 5.4.20 to 5.4.21 #5

Bump vite from 5.4.20 to 5.4.21

Bump vite from 5.4.20 to 5.4.21 #5

name: Actions Version Env Tests
on:
pull_request:
jobs:
setup-lando-actions-env-test:
runs-on: ${{ matrix.os }}
env:
LANDO_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-24.04
node-version:
- '20'
lando-version:
- '3'
- '3.14'
- '3.14.0'
- 'v3.21.0-beta.10-slim'
- '3-slim'
- '3-stable'
- '3-stable-slim'
- '3-edge'
- '3-edge-slim'
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install node ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
- name: Install dependencies and prepare
run: |
npm clean-install --prefer-offline --frozen-lockfile
npm run prepare
rm -f .lando-version
- name: Setup Lando version ${{ matrix.lando-version }}
uses: ./
env:
LANDO_VERSION: ${{ matrix.lando-version }}