Skip to content

Remove usage of the custom rquickjs fork (#675) #940

Remove usage of the custom rquickjs fork (#675)

Remove usage of the custom rquickjs fork (#675) #940

name: javy-cli NPM package CI
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: npm_test-${{ matrix.os }}-${{ matrix.node }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [16, 18, 20]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: npm install
working-directory: npm/javy-cli
- run: npm test
working-directory: npm/javy-cli