ci: Fix check definitions CI job not running (#8503)

This commit is contained in:
Daniel
2023-04-11 17:50:29 +10:00
committed by GitHub
parent 65e5879e42
commit 177891ea0e

View File

@@ -74,7 +74,7 @@ jobs:
check-definitions:
name: Check Definitions
timeout-minutes: 5
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.NODE_VERSION }}