Skip to content

Bump @babel/traverse from 7.19.6 to 7.23.2 #103

Bump @babel/traverse from 7.19.6 to 7.23.2

Bump @babel/traverse from 7.19.6 to 7.23.2 #103

# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests.
name: Build and Test CI
on:
push:
branches: [ "develop" ]
pull_request:
branches: [ "develop" ]
jobs:
build:
name: Build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '16.x'
cache: 'npm'
- run: npm install
- run: cd src/pslLint/cli && npm install && cd -
name: Install psl-lint CLI dependencies
- run: npm run compile
- run: npm run compile-lint
- run: npm test