Skip to content

Bump axios from 1.9.0 to 1.13.5 #14

Bump axios from 1.9.0 to 1.13.5

Bump axios from 1.9.0 to 1.13.5 #14

Workflow file for this run

name: Leia Tests
on:
pull_request:
jobs:
leia-tests:
runs-on: ${{ matrix.os }}
env:
TERM: xterm
strategy:
fail-fast: false
matrix:
leia-test:
- trivial
os:
# - macos-15
- ubuntu-24.04
# - windows-2025
shell:
- bash
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Bun
uses: oven-sh/setup-bun@v2
with:
bun-version-file: .bun-version
- name: Bundle Deps
uses: lando/prepare-release-action@v3
with:
lando-plugin: true
version: dev
sync: false
- name: Install production dependencies
run: bun install --production --frozen-lockfile
# - name: Package into binary
# uses: lando/pkg-action@v6
# id: pkg-action
# with:
# entrypoint: bin/lando
# filename: lando
# node-version: ${{ matrix.node-version }}
# options: --options dns-result-order=ipv4first
# upload: false
# pkg: '@yao-pkg/pkg@5.16.1'
- name: Install development deps
run: bun install
# - name: Setup lando ${{ steps.pkg-action.outputs.file }}
# uses: lando/setup-lando@v3
# with:
# lando-version: ${{ steps.pkg-action.outputs.file }}
# telemetry: false
# config: |
# setup.skipCommonPlugins=true
# - name: Run Leia Tests
# uses: lando/run-leia-action@v2
# with:
# leia-test: './examples/${{ matrix.leia-test }}/README.md'
# cleanup-header: 'Destroy tests'
# shell: ${{ matrix.shell }}
# stdin: true