Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Update dependency webpack to v5.94.0 [SECURITY] #2024

Update dependency webpack to v5.94.0 [SECURITY]

Update dependency webpack to v5.94.0 [SECURITY] #2024

Workflow file for this run

name: prettier
on:
- push
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [19]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run format