Skip to content

fix(lint): clear eslint-loader unused Skeleton and anonymous page exp… #2004

fix(lint): clear eslint-loader unused Skeleton and anonymous page exp…

fix(lint): clear eslint-loader unused Skeleton and anonymous page exp… #2004

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm ci --legacy-peer-deps
- run: npm test
env:
CI: true