Skip to content

chore(deps-dev): bump @types/node from 16.18.29 to 16.18.52 #299

chore(deps-dev): bump @types/node from 16.18.29 to 16.18.52

chore(deps-dev): bump @types/node from 16.18.29 to 16.18.52 #299

Workflow file for this run

name: Continuous Integration
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- name: Install Node.js
uses: actions/[email protected]
with:
node-version-file: '.nvmrc'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run linter
run: npm run lint
- name: Run tests
run: npm test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}