Skip to content

chore(deps): bump whatwg-url from 14.2.0 to 15.1.0 #340

chore(deps): bump whatwg-url from 14.2.0 to 15.1.0

chore(deps): bump whatwg-url from 14.2.0 to 15.1.0 #340

Workflow file for this run

on: [push, pull_request]
name: CI
jobs:
test:
name: Test
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: ["20.19.0", 22.x]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v5
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v5
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: npm install
- name: Test
run: npm test