Skip to content

build(deps-dev): Bump @types/node from 18.15.13 to 20.4.6 #93

build(deps-dev): Bump @types/node from 18.15.13 to 20.4.6

build(deps-dev): Bump @types/node from 18.15.13 to 20.4.6 #93

Workflow file for this run

name: 'build-test'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run all
test: # make sure the action works on a clean machine without building
if: startsWith(github.event.pull_request.head.ref, 'TUT-')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./
with:
webhook: https://hook.us1.make.com/ekp5ssdc5mkvor4qjxnkn3w6m93gq6sb
token: ${{ secrets.GITHUB_TOKEN }}
event: ${{ toJSON(github.event) }}