Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mainmatter/ember-hbs-minifier
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 276235494ed73ffb805be42f226cfa8e3bd9c11d
Choose a base ref
..
head repository: mainmatter/ember-hbs-minifier
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dba54ee4feecca2264f01eabc80b1feb7c1c7fdf
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 .github/workflows/ci.yml
  2. +1 −1 .github/workflows/release.yml
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ on:
pull_request: {}

env:
PNPM_VERSION: 9.0.4
PNPM_VERSION: 9.0.5

jobs:
lint:
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ on:
- '*'

env:
PNPM_VERSION: 9.0.4
PNPM_VERSION: 9.0.5

jobs:
release: