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

Use latest Node on CI since the old version doesn't support package-l… #76

Use latest Node on CI since the old version doesn't support package-l…

Use latest Node on CI since the old version doesn't support package-l… #76

Workflow file for this run

name: Build & Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: browser-actions/setup-chrome@latest
- uses: actions/checkout@v4
- name: Use latest Node.js
uses: actions/setup-node@v3
with:
node-version: latest
- run: npm ci
- run: npm i -g karma
- run: npm i -g cat
- run: npm i rxjs
- run: npm run test:all