Skip to content

Commit

Permalink
add node-version to pre-commit action, and move npm ci up in the chain
Browse files Browse the repository at this point in the history
  • Loading branch information
btambara committed Mar 8, 2024
1 parent 8f1b087 commit 4243193
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/setup-node@v4.0.2
- uses: pre-commit/action@v3.0.1
with:
node-version: 18
- run: npm ci
- uses: pre-commit/action@v3.0.1

0 comments on commit 4243193

Please sign in to comment.