diff --git a/.github/workflows/prs-lint-build-package.yml b/.github/workflows/prs-lint-build-package.yml index 908c1e36..ec002f0c 100644 --- a/.github/workflows/prs-lint-build-package.yml +++ b/.github/workflows/prs-lint-build-package.yml @@ -15,6 +15,10 @@ jobs: uses: actions/setup-node@v1 with: node-version: 18 + - name: Setup Python 3.x + uses: actions/setup-python@v4 + with: + python-version: '3.11.x' - name: Install dependencies run: npm ci - name: Check package-lock.json