Skip to content

Bump @babel/plugin-transform-class-properties from 7.22.5 to 7.24.1 #1729

Bump @babel/plugin-transform-class-properties from 7.22.5 to 7.24.1

Bump @babel/plugin-transform-class-properties from 7.22.5 to 7.24.1 #1729

Workflow file for this run

on:
push:
pull_request:
name: Test and Lint
jobs:
test:
name: Test and Lint
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
node: ['18', '20']
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- name: Run tests and lint
id: test-and-lint
run: |
npm install
cd docs
npm install
cd ..
npm test
npm run eslint