Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

chore(deps-dev): bump @cloudflare/workers-types from 4.20231218.0 to 4.20240129.0 #741

chore(deps-dev): bump @cloudflare/workers-types from 4.20231218.0 to 4.20240129.0

chore(deps-dev): bump @cloudflare/workers-types from 4.20231218.0 to 4.20240129.0 #741

Workflow file for this run

name: Run npm tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
npm ci
npm run build --if-present
npm test
env:
CI: true