Skip to content

Bump @adafruit/ble-file-transfer-js from 1.0.2 to 1.0.4 #388

Bump @adafruit/ble-file-transfer-js from 1.0.2 to 1.0.4

Bump @adafruit/ble-file-transfer-js from 1.0.2 to 1.0.4 #388

Workflow file for this run

name: Build
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: 22
cache: 'npm'
- run: npm ci
- run: npm run build