Skip to content

Internal: Upgrade to Node 20 #12256

Internal: Upgrade to Node 20

Internal: Upgrade to Node 20 #12256

Workflow file for this run

name: Semver
# https://semver.org/
on:
pull_request:
types:
- opened
- labeled
- unlabeled
- synchronize
jobs:
requireLabel:
name: Require Label
runs-on: ubuntu-latest
steps:
- uses: zwaldowski/match-label-action@v2
with:
allowed: major release, minor release, patch release