Skip to content
This repository has been archived by the owner on Aug 20, 2023. It is now read-only.

chore(deps): bump qs and browser-sync #6692

chore(deps): bump qs and browser-sync

chore(deps): bump qs and browser-sync #6692

Workflow file for this run

name: Code Review
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/setup-node@v2
with:
node-version: 16
- name: npm install, build, and test
run: |
npm install
npm run build --if-present
npm test
env:
CI: true
- name: Danger
run: npx danger ci --text-only -f
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}