Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

explicitly decare official NPM registry in npmrc #7

explicitly decare official NPM registry in npmrc

explicitly decare official NPM registry in npmrc #7

Workflow file for this run

name: FuseJS
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
unit-test:
runs-on: ubuntu-latest
strategy:
matrix:
node_versions: [18.x, 20.x]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node_version }}
- run: npm ci
- run: npm run build
- run: npm test