Skip to content

Bump @babel/runtime from 7.26.9 to 7.27.0 (#130) #17

Bump @babel/runtime from 7.26.9 to 7.27.0 (#130)

Bump @babel/runtime from 7.26.9 to 7.27.0 (#130) #17

Workflow file for this run

name: CI
on:
push:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "latest"
- run: npm install
- name: Deploy with gh-pages
run: |
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
npm run deploy -- -u "github-actions-bot <support+actions@github.com>"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}