Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

[Snyk] Upgrade analytics-node from 6.1.0 to 6.2.0 #136

[Snyk] Upgrade analytics-node from 6.1.0 to 6.2.0

[Snyk] Upgrade analytics-node from 6.1.0 to 6.2.0 #136

Workflow file for this run

name: Tests
on:
pull_request:
push:
branches:
- master
jobs:
tests:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "12"
- name: Install modules
run: yarn
- name: Run tests
env:
NODE_ENV: ci
run: yarn test