Skip to content

Bump @types/node from 20.17.9 to 20.17.11 #867

Bump @types/node from 20.17.9 to 20.17.11

Bump @types/node from 20.17.9 to 20.17.11 #867

Workflow file for this run

name: Validate itself
on:
push:
branches: [main]
paths-ignore:
- '.github/dependabot.yml'
- '.github/workflows/test.yml'
- '.github/workflows/dependency-review.yml'
- '.github/workflows/merge-bot-pr.yml'
- '.github/workflows/codeql-analysis.yml'
- 'LICENSE'
- '.editorconfig'
- 'dprint.json'
- 'README.md'
- '.vscode/**'
pull_request:
paths-ignore:
- '.github/dependabot.yml'
- '.github/workflows/test.yml'
- '.github/workflows/dependency-review.yml'
- '.github/workflows/merge-bot-pr.yml'
- '.github/workflows/codeql-analysis.yml'
- 'LICENSE'
- '.editorconfig'
- 'dprint.json'
- 'README.md'
- '.vscode/**'
permissions:
contents: write
checks: read
actions: read
jobs:
# make sure the action works on a clean machine without building
validate:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: ./