Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Update dependency @types/node to ^20.11.16 #827

Update dependency @types/node to ^20.11.16

Update dependency @types/node to ^20.11.16 #827

Workflow file for this run

name: CI - Official
on:
push:
branches: [main]
paths:
- '.github/workflows/ci-official.yml'
- 'package.json'
- 'package-lock.json'
- 'default.json'
- 'renovate.json'
- 'self.json'
- '.tool-versions'
pull_request:
paths:
- '.github/workflows/ci-official.yml'
- 'package.json'
- 'package-lock.json'
- 'default.json'
- 'renovate.json'
- 'self.json'
- '.tool-versions'
jobs:
validate:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
cache: npm
- run: npm ci
# renovate.json will always tested by the CLI
- run: RENOVATE_CONFIG_FILE=default.json npx renovate-config-validator
- run: RENOVATE_CONFIG_FILE=self.json npx renovate-config-validator