Skip to content

Commit

Permalink
Bump pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobLey committed Aug 20, 2024
1 parent 806edcb commit 6b7b6d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM mcr.microsoft.com/devcontainers/base:debian

ARG NX_VERSION=19.6.1
ARG NODE_VERSION=22.5.1
ARG PNPM_VERSION=9.7.0
ARG PNPM_VERSION=9.7.1
ARG CHANGESETS_VERSION=2.27.7

RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test
env:
NODE_VERSION: 22.5.1
NX_VERSION: 19.6.1
PNPM_VERSION: 9.7.0
PNPM_VERSION: 9.7.1

on:
- push
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"nx-tsc": "workspace:^",
"nx-update-ts-references": "workspace:^"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}

0 comments on commit 6b7b6d4

Please sign in to comment.