Skip to content

Bump @types/node from 18.16.18 to 20.5.0 #567

Bump @types/node from 18.16.18 to 20.5.0

Bump @types/node from 18.16.18 to 20.5.0 #567

Workflow file for this run

name: "Validation & build 🏭"
on:
push:
tags-ignore: ["*"]
paths-ignore: ["**.md", "LICENSE"]
branches: [master]
pull_request:
paths-ignore: ["**.md", "LICENSE"]
jobs:
verify:
uses: ./.github/workflows/verify.yml
publish:
needs: [verify]
uses: ./.github/workflows/publish.yml
secrets: inherit