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

update 1 of many

update 1 of many #37

Workflow file for this run

name: Build on node 16
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16
uses: actions/setup-node@v1
with:
node-version: 16
- run: npm install
env:
CI: true