Skip to content

Bump tar-fs and puppeteer #84

Bump tar-fs and puppeteer

Bump tar-fs and puppeteer #84

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
name: Build
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Install node_modules 📦
run: npm ci
- name: Validate linting rules 🔍
run: npm run lint
- name: Build 🚀
run: npm run build