Skip to content

package updates and explorer configs #32

package updates and explorer configs

package updates and explorer configs #32

Workflow file for this run

name: Development Build
on:
push:
branches: [ "3.5.0-esm" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x, 23.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci --ignore-scripts
- run: npm run build