Skip to content

Bump flatted from 3.4.1 to 3.4.2 #130

Bump flatted from 3.4.1 to 3.4.2

Bump flatted from 3.4.1 to 3.4.2 #130

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: 22
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm run test
- name: Archive artifacts
uses: actions/upload-artifact@v7
with:
name: fluoroscopy
path: dist/packages/*.mcpack
archive: false