Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Bump @types/node from 20.5.6 to 20.5.7 #41

Bump @types/node from 20.5.6 to 20.5.7

Bump @types/node from 20.5.6 to 20.5.7 #41

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
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}