Skip to content

Merge branch 'main' of https://github.com/eosrio/hyperion-history-api #7

Merge branch 'main' of https://github.com/eosrio/hyperion-history-api

Merge branch 'main' of https://github.com/eosrio/hyperion-history-api #7

Workflow file for this run

name: Build with Node.js CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x, 21.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