Skip to content

Downgrade to tucana 0.0.66 #54

Downgrade to tucana 0.0.66

Downgrade to tucana 0.0.66 #54

Workflow file for this run

name: Build packages
on:
push:
jobs:
npm:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
working-directory: ts
steps:
- uses: actions/checkout@v6
- name: Set up Node
uses: actions/setup-node@v6
with:
node-version: '25.9.x'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: npm ci
- name: Compile files
run: npm run build
- name: Run tests
run: npm run test