Skip to content

Commit

Permalink
fix: usage of node12 which is deprecated in CI (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamirmahal authored Dec 10, 2024
1 parent 6f208be commit 68803fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
shell: bash

- name: Run TS tests
uses: GabrielBB/xvfb-action@v1.6
uses: GabrielBB/xvfb-action@v1.7
with:
run: npm run tests
working-directory: ${{ env.special-working-directory }}
2 changes: 1 addition & 1 deletion .github/workflows/push-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
shell: bash

- name: Run TS tests
uses: GabrielBB/xvfb-action@v1.6
uses: GabrielBB/xvfb-action@v1.7
with:
run: npm run tests
working-directory: ${{ env.special-working-directory }}

0 comments on commit 68803fa

Please sign in to comment.