Skip to content

Bump qs from 6.14.0 to 6.14.1 #16

Bump qs from 6.14.0 to 6.14.1

Bump qs from 6.14.0 to 6.14.1 #16

Workflow file for this run

name: Run Unit Tests
on:
push:
branches: [ chrome ]
pull_request:
branches: [ chrome ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '18' # Or a version compatible with your project
- name: Install dependencies
run: npm install
- name: Run unit tests
run: gulp unit