Skip to content

build(deps): bump @babel/plugin-transform-modules-systemjs from 7.24.7 to 7.29.7 #6159

build(deps): bump @babel/plugin-transform-modules-systemjs from 7.24.7 to 7.29.7

build(deps): bump @babel/plugin-transform-modules-systemjs from 7.24.7 to 7.29.7 #6159

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
name: Test and lint code base
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '18.20.x'
- run: npm install
- run: npm run test
- run: npm run typecheck
- run: npm run lint