Skip to content
This repository was archived by the owner on May 5, 2026. It is now read-only.

Lock file maintenance #907

Lock file maintenance

Lock file maintenance #907

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '22' ]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node }}
- run: yarn
- run: gulp build
- run: gulp zip
- run: yarn test:ci