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

Actually tag v0.20.0 in package.json etc. #209

Actually tag v0.20.0 in package.json etc.

Actually tag v0.20.0 in package.json etc. #209

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