diff --git a/.github/workflows/ralphbot-deploy.yaml b/.github/workflows/ralphbot-deploy.yaml index 44114f74..86075b83 100644 --- a/.github/workflows/ralphbot-deploy.yaml +++ b/.github/workflows/ralphbot-deploy.yaml @@ -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 diff --git a/.github/workflows/ralphbot-ops-lint.yaml b/.github/workflows/ralphbot-ops-lint.yaml index 12bbe4be..726266c4 100644 --- a/.github/workflows/ralphbot-ops-lint.yaml +++ b/.github/workflows/ralphbot-ops-lint.yaml @@ -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: diff --git a/.tool-versions b/.tool-versions index cf3793b7..46c737fa 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,4 +1,4 @@ direnv 2.32.3 golang 1.21.2 -pnpm 8.8.0 +pnpm 8.9.0 nodejs 18.18.0 \ No newline at end of file diff --git a/ops/package.json b/ops/package.json index 7cc8e72f..df450dcc 100644 --- a/ops/package.json +++ b/ops/package.json @@ -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" },