Skip to content

Bump @babel/plugin-transform-runtime from 7.21.4 to 7.23.2 #466

Bump @babel/plugin-transform-runtime from 7.21.4 to 7.23.2

Bump @babel/plugin-transform-runtime from 7.21.4 to 7.23.2 #466

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request_target:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Setup Node.js
uses: actions/setup-node@v4.0.0
with:
cache: 'npm'
node-version-file: '.nvmrc'
registry-url: https://npm.pkg.github.com/
scope: '@doctrinab'
- run: npm ci
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- run: npm run build --if-present
- run: npm run unit