Skip to content

Commit

Permalink
Need Node for pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Oct 10, 2024
1 parent d984b6c commit 48efa91
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 19.x
cache: "npm"

- name: Install Node dependencies
run: |
npm install
- name: Run pre-commit
uses: pre-commit/[email protected]
with:
Expand Down

0 comments on commit 48efa91

Please sign in to comment.