Skip to content

Bump @cloudflare/workers-types from 4.20241106.0 to 4.20241112.0 #111

Bump @cloudflare/workers-types from 4.20241106.0 to 4.20241112.0

Bump @cloudflare/workers-types from 4.20241106.0 to 4.20241112.0 #111

Workflow file for this run

name: End-to-End Testing
on:
push:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
name: End-to-End Testing
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- name: Install dependencies
run: npm install
- name: End-to-end testing
run: npm run test