Skip to content

Update dependency typescript to v6 #42

Update dependency typescript to v6

Update dependency typescript to v6 #42

Workflow file for this run

name: Verify
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: lts/*
cache: 'npm'
registry-url: 'https://registry.npmjs.org'
scope: '@workfront'
- run: npm ci --no-fund --no-audit
- run: npm run build