Skip to content

Fix useSSL string coercion causing SSL error when grabbing releases #166

Fix useSSL string coercion causing SSL error when grabbing releases

Fix useSSL string coercion causing SSL error when grabbing releases #166

Workflow file for this run

name: PR Build Check
on:
pull_request:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 23
cache: 'npm'
- name: Install Dependencies
run: npm run install:both
- name: Run build
run: npm run build:both