Skip to content

chore(deps-dev): bump @types/node from 18.13.0 to 20.1.1 #1641

chore(deps-dev): bump @types/node from 18.13.0 to 20.1.1

chore(deps-dev): bump @types/node from 18.13.0 to 20.1.1 #1641

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.6.0
with:
node-version: '18'
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm test
- uses: codecov/codecov-action@v3.1.1