Skip to content

Fix url validation in patch import-map, switch to strict-ssl fetch (#… #263

Fix url validation in patch import-map, switch to strict-ssl fetch (#…

Fix url validation in patch import-map, switch to strict-ssl fetch (#… #263

Workflow file for this run

name: Node.js CI
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
- run: yarn install --frozen-lockfile
- run: yarn test