Skip to content

Bump @types/node from 20.12.12 to 20.14.9 in /npm #43

Bump @types/node from 20.12.12 to 20.14.9 in /npm

Bump @types/node from 20.12.12 to 20.14.9 in /npm #43

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: "Review Deno Code"
on:
push:
branches:
- "**"
pull_request:
branches:
- "**"
types:
- "edited"
- "opened"
- "reopened"
- "synchronize"
schedule:
- cron: "0 0 * * SUN"
workflow_dispatch:
jobs:
main:
name: "${{matrix.run_on}}"
permissions:
contents: "read"
strategy:
matrix:
run_on:
- "ubuntu-latest"
fail-fast: false
uses: "hugoalh/hugoalh/.github/workflows/call-review-deno-code-2.yml@main"
with:
run_on: "${{matrix.run_on}}"
deployment_jsr: true
deployment_npm: true