Skip to content

Notes from the 108th meeting of TC39 #878

Notes from the 108th meeting of TC39

Notes from the 108th meeting of TC39 #878

Workflow file for this run

name: 'ci'
on: [pull_request, push]
jobs:
build:
name: 'check'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ljharb/actions/node/install@32a09e8b5346216e84d4cdf4769c70af9903b536
name: 'nvm install lts/* && npm ci'
with:
node-version: lts/*
- run: npm test