Skip to content

Commit

Permalink
fix: add node to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bendehaan committed Mar 10, 2023
1 parent 29c0ccc commit 9497de8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.9"
- uses: actions/setup-node@v3
with:
node-version: 18
cache: "npm"
- name: Install npm dependencies
run: npm install
- uses: actions/cache@v3
name: Cache plugin dir
with:
Expand Down

0 comments on commit 9497de8

Please sign in to comment.