Skip to content

Bump tailwindcss from 3.3.5 to 3.4.1 #414

Bump tailwindcss from 3.3.5 to 3.4.1

Bump tailwindcss from 3.3.5 to 3.4.1 #414

Workflow file for this run

name: 'Test'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- name: Install
run: npm ci
- name: Bundle
run: npm run bundle
- name: Test
run: npm run test
- uses: actions/upload-artifact@v3
with:
name: extension-files
path: |
./*.crx
./*.zip