Skip to content

Bump @types/node from 20.2.3 to 20.3.2 #98

Bump @types/node from 20.2.3 to 20.3.2

Bump @types/node from 20.2.3 to 20.3.2 #98

Workflow file for this run

# Copyright 2023 Wayback Archiver. All rights reserved.
# Use of this source code is governed by the MIT
# license that can be found in the LICENSE file.
name: License
on:
push:
branches:
- '**'
paths-ignore:
- 'docs/**'
- 'mkdocs.yml'
pull_request:
branches:
- '**'
types: [ opened, synchronize, reopened ]
paths-ignore:
- 'docs/**'
- 'mkdocs.yml'
permissions:
contents: read
jobs:
license:
# Disable license checker in current stage
if: false
name: License Checker
uses: wabarc/.github/.github/workflows/reusable-license.yml@main