Skip to content

Bump @babel/core from 7.24.7 to 7.26.0 #513

Bump @babel/core from 7.24.7 to 7.26.0

Bump @babel/core from 7.24.7 to 7.26.0 #513

Workflow file for this run

name: test-package
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: ['14', '16', '17', '18']
steps:
- uses: actions/checkout@v4
- name: Set up Node ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Run tests
run: |
npm test
npm run coverage