Skip to content

chore: bump version to 1.1.1 #32

chore: bump version to 1.1.1

chore: bump version to 1.1.1 #32

Workflow file for this run

name: TypeScript Test and Lint
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
eslint:
name: ESLint
runs-on: ubuntu-latest
env:
MESSAGIX_SKIP_POSTINSTALL: true
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Node.js v24
uses: actions/setup-node@v4
with:
node-version: 24
- run: npm install --verbose
- run: npm run test