Skip to content

chore(deps-dev): bump @types/valid-url from 1.0.3 to 1.0.5 #824

chore(deps-dev): bump @types/valid-url from 1.0.3 to 1.0.5

chore(deps-dev): bump @types/valid-url from 1.0.3 to 1.0.5 #824

Workflow file for this run

name: Push
on: push
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v4
- 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 install
npm run lint
npm test
npm run build:cli