Skip to content

Bump @babel/traverse from 7.20.13 to 7.23.2 in /webdocs (#330) #217

Bump @babel/traverse from 7.20.13 to 7.23.2 in /webdocs (#330)

Bump @babel/traverse from 7.20.13 to 7.23.2 in /webdocs (#330) #217

Workflow file for this run

name: Node tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Run lib tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 14
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn test