diff --git a/.github/workflows/check-plugins.yaml b/.github/workflows/check-plugins.yaml index cb29dc12850..01072488404 100644 --- a/.github/workflows/check-plugins.yaml +++ b/.github/workflows/check-plugins.yaml @@ -18,7 +18,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v5 with: - node-version-file: '.nvmrc' + node-version: '22' cache: 'yarn' - name: Validate Plugin build system