Skip to content

💚 Fix CI build

💚 Fix CI build #4

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
strategy:
matrix:
node-version: [ 14.x, 16.x, 18.x ]
os: [ubuntu-latest, macOS-latest, windows-latest]
runs-on: $
steps:
- uses: actions/checkout@v2
- name: Use Node.js $
uses: actions/setup-node@v1
with:
node-version: $
- run: npm install
- run: npm test