Skip to content

Bump @babel/core from 7.22.17 to 7.22.20 #810

Bump @babel/core from 7.22.17 to 7.22.20

Bump @babel/core from 7.22.17 to 7.22.20 #810

Workflow file for this run

name: Tests
on:
push:
branches:
- master
pull_request:
jobs:
tests:
runs-on: ubuntu-20.04
steps:
- name: Checkout the repository
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20
cache: npm
- run: npm ci
- run: npm run lint
- run: npm run types
- run: npm run build
- run: npm test
- run: npm run size