Skip to content

Removing semver. (#15) #26

Removing semver. (#15)

Removing semver. (#15) #26

Workflow file for this run

name: Install on Windows
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '16.x'
- name: Install
run: npm ci