Skip to content

Bump tsx from 4.15.5 to 4.15.6 #1982

Bump tsx from 4.15.5 to 4.15.6

Bump tsx from 4.15.5 to 4.15.6 #1982

Workflow file for this run

name: web-features
on:
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: .node-version
cache: npm
- run: npm ci
- run: npm run build
- name: Pretty print built JSON
run: jq . packages/web-features/index.json
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: .node-version
cache: npm
- run: npm ci
- run: npm test
env:
FORCE_COLOR: 3