Skip to content

Merge pull request #832 from techvlad/add_typebox_to_dev_deps #1893

Merge pull request #832 from techvlad/add_typebox_to_dev_deps

Merge pull request #832 from techvlad/add_typebox_to_dev_deps #1893

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
Ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 16.x
- uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}
restore-keys: |
${{ runner.os }}-node-
- run: npm install
- run: npm run build
- run: npm run build:test:actions
- run: npm run test:errors
- run: npm run test