Skip to content

build: update dependency @types/node to ^17.0.45 #1481

build: update dependency @types/node to ^17.0.45

build: update dependency @types/node to ^17.0.45 #1481

Workflow file for this run

name: Pull request check
on:
pull_request:
branches:
- master
jobs:
pull_request_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: yarn install --immutable
- run: yarn run build
- run: npx danger ci --use-github-checks
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DANGER_FAKE_CI: GitHub
DANGER_TEST_REPO: oriflame/conventional-changelog-tools
DANGER_TEST_PR: ${{ github.event.number }}