Skip to content

Bump @cloudflare/workers-types from 4.20250909.0 to 4.20251001.0 in /test/runtimes/cloudflare #968

Bump @cloudflare/workers-types from 4.20250909.0 to 4.20251001.0 in /test/runtimes/cloudflare

Bump @cloudflare/workers-types from 4.20250909.0 to 4.20251001.0 in /test/runtimes/cloudflare #968

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, 17, 18, 19, 20, 21, 22, 23, 24]
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
with:
deno-version: 2.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 and npm pack
run: |
deno task dnt
deno task npm-link
deno task npm-pack
- name: Run npm publish --dry-run
working-directory: ./npm/mlkem
if: matrix.node-version != 24
run: npm publish --dry-run
- name: Run npm publish --dry-run
working-directory: ./npm/crystals-kyber-js
if: matrix.node-version != 24
run: npm publish --dry-run