Skip to content

Bump @babel/eslint-parser from 7.23.3 to 7.24.7 #945

Bump @babel/eslint-parser from 7.23.3 to 7.24.7

Bump @babel/eslint-parser from 7.23.3 to 7.24.7 #945

Workflow file for this run

name: Node
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
- run: npm ci
- run: npm run build
- uses: JamesIves/[email protected]
if: github.ref == 'refs/heads/master'
with:
branch: gh-pages
folder: ./dist
single-commit: true
silent: false