Skip to content

chore(deps): bump html-entities from 2.4.0 to 2.5.2 #694

chore(deps): bump html-entities from 2.4.0 to 2.5.2

chore(deps): bump html-entities from 2.4.0 to 2.5.2 #694

Workflow file for this run

name: "build"
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout source
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Initialize node & npm
uses: ./.github/actions/npm
- name: Execute prettier
run: npm run prettier
- name: Execute eslint
run: npm run eslint
- name: Build
run: npm run build