Skip to content

fix(deps): update qs to 6.11.2 #66

fix(deps): update qs to 6.11.2

fix(deps): update qs to 6.11.2 #66

Workflow file for this run

name: Check with yarn
on: [push, pull_request]
jobs:
build:
name: Install and test with yarn
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18.16"
- run: yarn install
- run: yarn test