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

0.19.0 - only raf & caf #3

0.19.0 - only raf & caf

0.19.0 - only raf & caf #3

Workflow file for this run

name: Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v3
- name: testing on node v. ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm test