Skip to content

Bump faucet-pipeline-core from 2.1.0 to 3.0.0 #12

Bump faucet-pipeline-core from 2.1.0 to 3.0.0

Bump faucet-pipeline-core from 2.1.0 to 3.0.0 #12

Workflow file for this run

on:
- push
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 20.x
- 24.x
- latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
- run: npm install-test
env:
CI: true