Skip to content

chore(EL-1547): set the package version to 3.1.1 so the release can publish #11

chore(EL-1547): set the package version to 3.1.1 so the release can publish

chore(EL-1547): set the package version to 3.1.1 so the release can publish #11

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '24.x'
- run: npm install
- run: npm run build
- run: npm test