Skip to content

Bump base-x from 3.0.10 to 3.0.11 in /examples/parcel #85

Bump base-x from 3.0.10 to 3.0.11 in /examples/parcel

Bump base-x from 3.0.10 to 3.0.11 in /examples/parcel #85

Workflow file for this run

name: Node CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16, 18, 20]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
yarn
yarn run build --if-present
env:
CI: true