Skip to content

Merge pull request #179 from stfsy/dependabot/npm_and_yarn/openteleme… #438

Merge pull request #179 from stfsy/dependabot/npm_and_yarn/openteleme…

Merge pull request #179 from stfsy/dependabot/npm_and_yarn/openteleme… #438

Workflow file for this run

name: tests
on: push
jobs:
build:
timeout-minutes: 10
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- name: Git checkout
uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test
env:
NODE_ENV: ci