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

Release v0.20.0 (#129) #205

Release v0.20.0 (#129)

Release v0.20.0 (#129) #205

Workflow file for this run

name: Node CI
on: [push, pull_request, create]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm cit
env:
CI: true