Skip to content

chore(ts x node): in 2024 you need a phd to publish a pacakge #6

chore(ts x node): in 2024 you need a phd to publish a pacakge

chore(ts x node): in 2024 you need a phd to publish a pacakge #6

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
defaults:
run:
shell: bash
jobs:
all:
name: build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Install
run: npm ci
- name: Build
run: npm run build
- name: Test
run: npm t