chore(deps-dev): bump @types/node from 22.7.6 to 22.8.4 in the development-dependencies group across 1 directory #412
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json | |
name: Dependency Review | |
on: | |
workflow_dispatch: | |
pull_request: | |
jobs: | |
dependency-review: | |
name: Dependency Review | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
steps: | |
- name: ⤵️ Checkout repository | |
uses: actions/[email protected] | |
- name: 🚀 Dependency Review | |
uses: actions/[email protected] |