Skip to content

build(deps-dev): bump @types/node from 18.19.4 to 22.8.1 #262

build(deps-dev): bump @types/node from 18.19.4 to 22.8.1

build(deps-dev): bump @types/node from 18.19.4 to 22.8.1 #262

Workflow file for this run

name: JavaScript CI
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: curl -fsSL https://github.com/lenra-io/api/releases/latest/download/load-api.sh | bash
- run: npm run build
- run: npm test