Skip to content

Merge pull request #371 from dclstn/dependabot/npm_and_yarn/preact-10… #397

Merge pull request #371 from dclstn/dependabot/npm_and_yarn/preact-10…

Merge pull request #371 from dclstn/dependabot/npm_and_yarn/preact-10… #397

Workflow file for this run

name: Node.js CI
on:
push:
branches: ['master']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
node-version: 20
registry-url: https://registry.npmjs.org
cache: 'npm'
- run: node --version
- run: npm --version
- run: npm cache clean --force
- name: Install Node Dependencies
run: npm install --no-package-lock
- name: Lint
run: npm run lint
- name: Build Chrome
run: npm run build:chrome
- name: Build Firefox
run: npm run build:firefox
- name: Post Lint Firefox
run: npm run manifest-lint