Skip to content

Commit

Permalink
Bump pug from 2.0.4 to 3.0.2 (nisrulz#176)
Browse files Browse the repository at this point in the history
* Bump pug from 2.0.4 to 3.0.2

Bumps [pug](https://github.com/pugjs/pug) from 2.0.4 to 3.0.2.
- [Release notes](https://github.com/pugjs/pug/releases)
- [Commits](https://github.com/pugjs/pug/compare/[email protected]@3.0.2)

---
updated-dependencies:
- dependency-name: pug
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* updated github actions to use @anduh/pug-cli

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nishant Srivastava <[email protected]>
  • Loading branch information
dependabot[bot] and nisrulz authored Jun 8, 2023
1 parent a460efd commit ff5b40f
Show file tree
Hide file tree
Showing 3 changed files with 538 additions and 934 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v3

- name: Install Pug CLI
run: npm install -g pug-cli
run: npm install -g @anduh/pug-cli

- name: Install SASS CLI
run: npm install -g sass
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v3

- name: Install Pug CLI
run: npm install -g pug-cli
run: npm install -g @anduh/pug-cli

- name: Install SASS CLI
run: npm install -g sass
Expand Down
Loading

0 comments on commit ff5b40f

Please sign in to comment.