Skip to content

Update ts, tstl and all types packages #68

Update ts, tstl and all types packages

Update ts, tstl and all types packages #68

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
main:
name: Main
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 18
uses: actions/setup-node@v1
with:
node-version: 18
- run: npm ci --ignore-scripts
- run: npm run build