Skip to content

Bump eslint from 9.13.0 to 9.14.0 #77

Bump eslint from 9.13.0 to 9.14.0

Bump eslint from 9.13.0 to 9.14.0 #77

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: "Check it out now"
uses: actions/checkout@v4
- name: "Install pnpm"
uses: pnpm/action-setup@v4
with:
run_install: false
- name: "Use Node.js from .tool-versions"
uses: actions/setup-node@v4
with:
node-version-file: ".tool-versions"
cache: "pnpm"
- name: "⬇️ Install dependencies"
run: pnpm i
- name: "🧪 Testing, testing, 1, 2, 3"
run: pnpm t
- name: "📦 Package up all the things"
run: "pnpm build"
- name: "🔍 Verify package for Firefox"
run: "pnpm web-ext:lint"