Skip to content

Return 200 on HEAD of completed upload #1

Return 200 on HEAD of completed upload

Return 200 on HEAD of completed upload #1

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
env:
NODE_OPTIONS: --experimental-vm-modules
steps:
- uses: actions/checkout@v3
- name: Use Node.js version
uses: actions/setup-node@v3
with:
node-version: 18.16.1
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm test