Skip to content

build(deps-dev): bump happy-dom from 16.8.1 to 17.0.0 #402

build(deps-dev): bump happy-dom from 16.8.1 to 17.0.0

build(deps-dev): bump happy-dom from 16.8.1 to 17.0.0 #402

name: Pull Request Validation
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/[email protected]
with:
node-version: "22.x"
- name: Cache dependencies
uses: actions/[email protected]
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Restore Cache Card List
uses: actions/cache/[email protected]
with:
path: data/default-cards.json
key: default-cards.json-${{ github.run_id }}
restore-keys: |
default-cards.json-
- run: npm ci
- run: npm run cards
- run: npm run build
- run: npm run lint
- run: npm run test