Skip to content

Bump flatted from 3.3.3 to 3.4.2 (#86) #38

Bump flatted from 3.3.3 to 3.4.2 (#86)

Bump flatted from 3.3.3 to 3.4.2 (#86) #38

Workflow file for this run

name: Run Unit Tests
on:
push:
branches: [ chrome ]
pull_request:
branches: [ chrome ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Node.js
uses: actions/setup-node@v6
with:
node-version: '25' # Or a version compatible with your project
- name: Install dependencies
run: npm install
- name: Run unit tests
run: gulp unit