Skip to content

fix(joinRelativeURL): avoid lookbehind regex for browser compatibility #854

fix(joinRelativeURL): avoid lookbehind regex for browser compatibility

fix(joinRelativeURL): avoid lookbehind regex for browser compatibility #854

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
- run: pnpm install
- run: pnpm lint
- run: pnpm build
- run: pnpm vitest --coverage
- uses: codecov/codecov-action@v4