Skip to content

Commit

Permalink
see if this fixes CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik committed Jun 6, 2024
1 parent 532a17d commit 64dbc34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/prs-lint-build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64dbc34

Please sign in to comment.