Skip to content

Commit

Permalink
Update pnpm version to 8.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gmeligio committed Feb 25, 2024
1 parent d0335d8 commit 1c3fb18
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/release.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const repositoryPath = `${repositoryOrg}/project-gen`;
const name = `@${repositoryPath}`;
const reportsDirectory = 'test_report';
const coverageDirectory = 'coverage_report';
const pnpmVersion = '8.15.4';
const pnpmVersion = '8.15.3';

const metadataOptions: Pick<
JsiiProjectOptions,
Expand Down Expand Up @@ -206,7 +206,7 @@ const project = new JsiiProjectPatch({
});

project.addFields({
packageManager: `pnpm@${pnpmVersion}+sha256.cea6d0bdf2de3a0549582da3983c70c92ffc577ff4410cbf190817ddc35137c2`,
packageManager: `pnpm@${pnpmVersion}+sha256.fc4a49bd609550a41e14d20efbce802a4b892aa4cac877322de2f0924f122991`,
});

project.synth();
2 changes: 1 addition & 1 deletion package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1c3fb18

Please sign in to comment.