Skip to content

Update dependency @types/webextension-polyfill to v0.10.5 #741

Update dependency @types/webextension-polyfill to v0.10.5

Update dependency @types/webextension-polyfill to v0.10.5 #741

Workflow file for this run

name: Build and Test
on: push
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
# Get the code
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
# Install dependencies
- name: Install NPM Deps
run: npm install
- name: Test
run: npm run test
- name: Build
run: npm run build