Skip to content

chore(deps): bump @nestjs/config from 3.0.1 to 3.1.0 #4763

chore(deps): bump @nestjs/config from 3.0.1 to 3.1.0

chore(deps): bump @nestjs/config from 3.0.1 to 3.1.0 #4763

Workflow file for this run

name: Node CI
on:
push:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [lts/*, latest]
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm test
env:
SLACK_WEBHOOK_URL: https://example.com
CI: true
- uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # v2.2.3
with:
github-token: ${{ secrets.github_token }}