Skip to content

build(deps): bump follow-redirects from 1.15.1 to 1.15.4 in /examples/umd #1655

build(deps): bump follow-redirects from 1.15.1 to 1.15.4 in /examples/umd

build(deps): bump follow-redirects from 1.15.1 to 1.15.4 in /examples/umd #1655

Workflow file for this run

name: WASI
on: [push,pull_request]
defaults:
run:
shell: bash -leo pipefail {0} {0}
jobs:
build-test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
- name: Pull latest Docker images
run: |
./src/docker/pull.sh
- uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install
uses: pnpm/action-setup@v2
with:
version: 8
run_install: true
- name: Build
run: |
pnpm run --aggregate-output build:wasi:debug
- name: Test
run: |
pnpm run --aggregate-output test:wasi