Skip to content

[Snyk] Upgrade @babel/runtime from 7.13.10 to 7.25.6 #88

[Snyk] Upgrade @babel/runtime from 7.13.10 to 7.25.6

[Snyk] Upgrade @babel/runtime from 7.13.10 to 7.25.6 #88

Workflow file for this run

name: Build
on:
push:
branches:
- main
paths-ignore:
- 'README.md'
- 'docs/**'
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
- run: npm ci
- run: npm run build