Skip to content

Commit

Permalink
npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
krpeacock committed Nov 8, 2023
1 parent 7842154 commit 60075c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
- run: npm install -g npm
- run: npm install prettier pretty-quick
- run: npm ci
- run: npm run prettier:check

aggregate:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.8.0
v20.9.0

0 comments on commit 60075c9

Please sign in to comment.