Skip to content

Bump @babel/eslint-parser from 7.23.9 to 7.23.10 (#908) #849

Bump @babel/eslint-parser from 7.23.9 to 7.23.10 (#908)

Bump @babel/eslint-parser from 7.23.9 to 7.23.10 (#908) #849

Workflow file for this run

name: Build and Publish
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install
run: |
npm ci
- name: Build
run: |
npm run build
- name: Publish
run: |
echo "//registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN" > .npmrc
npm publish || true
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}