Skip to content

Bump @cloudflare/vitest-pool-workers from 0.4.29 to 0.6.0 in /test/runtimes/cloudflare #396

Bump @cloudflare/vitest-pool-workers from 0.4.29 to 0.6.0 in /test/runtimes/cloudflare

Bump @cloudflare/vitest-pool-workers from 0.4.29 to 0.6.0 in /test/runtimes/cloudflare #396

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 17.x, 18.x, 19.x, 20.x, 21.x, 22.x]
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install -g esbuild
- name: Run dnt, npm link, npm pack and npm publish --dry-run
run: deno task npm