Skip to content

Update install script URLs #286

Update install script URLs

Update install script URLs #286

Workflow file for this run

name: Validate PR on push
on:
push:
branches: [master, staging, trying]
pull_request:
jobs:
build:
name: Build
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- run: npm install --frozen-lockfile
- run: npm run pretest