Skip to content

build(deps): Bump http-proxy-middleware from 2.0.6 to 2.0.7 (#119) #38

build(deps): Bump http-proxy-middleware from 2.0.6 to 2.0.7 (#119)

build(deps): Bump http-proxy-middleware from 2.0.6 to 2.0.7 (#119) #38

Workflow file for this run

name: WASM CI
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
'on':
push:
branches:
- main
pull_request: null
workflow_dispatch: null
jobs:
test:
runs-on: ubuntu-22.04
strategy:
matrix:
node_version:
- '18'
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
target: wasm32-unknown-unknown
- uses: IronCoreLabs/rust-install@v0.1.0
with:
crate: wasm-bindgen-cli
version: 0.2.92 # needs to match Cargo.toml and flake.nix version
accesskey: AKIAU2WBY6VDTC563V7G
secretkey: ${{ secrets.TOOL_CACHE_SECRET_KEY }}
os: ubuntu-20.04
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node_version }}
cache: yarn
- name: Install modules
run: yarn
- name: Compile
run: cargo update && yarn run compile
- name: Run tests
run: yarn run test