Skip to content

fix(deps): update dependency sweetalert2 to v11.15.10 (#1272) #2484

fix(deps): update dependency sweetalert2 to v11.15.10 (#1272)

fix(deps): update dependency sweetalert2 to v11.15.10 (#1272) #2484

Workflow file for this run

name: Lint
on:
push:
branches: [gh-pages]
pull_request:
branches: [gh-pages]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [23.x]
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 lint