Skip to content

fix: rewrite compatibility_date for cloudflare-pages #133

fix: rewrite compatibility_date for cloudflare-pages

fix: rewrite compatibility_date for cloudflare-pages #133

Workflow file for this run

name: ci
on:
push:
branches: [main, next]
pull_request:
branches: ['*']
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x, '22.4.1']
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: yarn format
- run: yarn lint
- run: yarn test
- run: yarn build