Skip to content

Update build step versions #69

Update build step versions

Update build step versions #69

Workflow file for this run

name: CI
on: push
jobs:
build:
name: Build & test
runs-on: ubuntu-latest
container: httptoolkit/act-build-base:v3.0.0
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 14
- run: npm ci
- run: npm test # Test the code itself
- run: npm run build # Confirm that the API specs & index builds successfully