Skip to content

fix: cache-bust v4 for data-layer.js + fandom.js + styles.css #13

fix: cache-bust v4 for data-layer.js + fandom.js + styles.css

fix: cache-bust v4 for data-layer.js + fandom.js + styles.css #13

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
smoke:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm install
- run: npx playwright install --with-deps chromium
- run: node --check fandom.js
- run: node --check router.js
- run: node --check data-layer.js
- run: node scripts/privacy-smoke.mjs
- run: node scripts/smoke.mjs