Skip to content

Bump qs from 6.5.2 to 6.5.3 #3439

Bump qs from 6.5.2 to 6.5.3

Bump qs from 6.5.2 to 6.5.3 #3439

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn
- run: yarn test
- name: Run Stryker
run: yarn workspace gatsby-theme-atom-service stryker run
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1.0.0
with:
token: ${{secrets.CODECOV_TOKEN}}