Skip to content

Bump @tsconfig/node18 from 2.0.1 to 18.2.2 #583

Bump @tsconfig/node18 from 2.0.1 to 18.2.2

Bump @tsconfig/node18 from 2.0.1 to 18.2.2 #583

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