Skip to content

chore(deps): bump @docusaurus/plugin-google-analytics from 2.4.1 to 2.4.3 in /site #697

chore(deps): bump @docusaurus/plugin-google-analytics from 2.4.1 to 2.4.3 in /site

chore(deps): bump @docusaurus/plugin-google-analytics from 2.4.1 to 2.4.3 in /site #697

Workflow file for this run

name: Testing
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 16.x
- run: npm ci
- run: npm run lint
- run: npm test