Skip to content

Bump url from 2.5.2 to 2.5.3 in /example #254

Bump url from 2.5.2 to 2.5.3 in /example

Bump url from 2.5.2 to 2.5.3 in /example #254

Workflow file for this run

name: Verify Cloudflare worker builds
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Node.js environment
uses: actions/setup-node@v2
with:
node-version-file: '.nvmrc'
- name: Install Wrangler
run: npm install -g wrangler@3.78.7
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.81.0
target: wasm32-unknown-unknown
override: true
- name: Run Wrangler build
run: |
cd example &&
npx wrangler publish --dry-run --outdir=dist