Skip to content

Merge branch 'main-dev' into 25-nodejs-bindings-and-an-npm-package #4

Merge branch 'main-dev' into 25-nodejs-bindings-and-an-npm-package

Merge branch 'main-dev' into 25-nodejs-bindings-and-an-npm-package #4

Workflow file for this run

name: CI
on:
pull_request:
branches: '*'
push:
branches: '*'
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: npm i
- run: npm test