Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
chore(deps): update pnpm to v8.9.0 (#719)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 9, 2023
1 parent adb533e commit c4e24c3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ralphbot-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
REPOSITORY: ralphbot/master
ENVIRONMENT: production-global
# renovate: datasource=github-releases depName=pnpm/pnpm versioning=semver
PNPM_VERSION: v8.8.0
PNPM_VERSION: v8.9.0

jobs:
#Build and Publish Ralphbot Container Image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ralphbot-ops-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
# renovate: datasource=github-releases depName=pnpm/pnpm versioning=semver
PNPM_VERSION: v8.8.0
PNPM_VERSION: v8.9.0

jobs:
cdk-test:
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
direnv 2.32.3
golang 1.21.2
pnpm 8.8.0
pnpm 8.9.0
nodejs 18.18.0
2 changes: 1 addition & 1 deletion ops/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ralphbot",
"version": "0.1.0",
"packageManager": "pnpm@8.8.0",
"packageManager": "pnpm@8.9.0",
"bin": {
"ralphbot": "bin/ralphbot.js"
},
Expand Down

0 comments on commit c4e24c3

Please sign in to comment.