js-waku/.github/workflows/fleet-checker.yml
2025-12-09 23:59:26 +01:00

27 lines
592 B
YAML

on:
workflow_dispatch:
env:
NODE_JS: "22"
jobs:
pre-release:
name: fleet-checker
runs-on: ubuntu-latest
if: github.event_name == 'workflow_dispatch'
steps:
- uses: actions/checkout@v3
with:
repository: logos-messaging/logos-messaging-js
- uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_JS }}
registry-url: "https://registry.npmjs.org"
- run: npm install
- run: npm run build
- run: node --unhandled-rejections=none ./ci/wss-checker.js