Skip to content

Bump @types/node from 16.9.6 to 20.8.5 #259

Bump @types/node from 16.9.6 to 20.8.5

Bump @types/node from 16.9.6 to 20.8.5 #259

Workflow file for this run

name: 'Build & Test action'
on:
pull_request:
push:
branches:
- main
- develop
- 'release/*'
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npm run all