Skip to content

Commit

Permalink
chore(test): Test npm packages against pnpm v9 (#2102)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Haines <haines@cerbos.dev>
  • Loading branch information
haines committed Apr 16, 2024
1 parent cdf2589 commit b3109b3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions npm/test/cases/pnpm@9/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
cache-dir=.pnpm/cache
registry=http://localhost:4873
state-dir=.pnpm/state
store-dir=.pnpm/store
8 changes: 8 additions & 0 deletions npm/test/cases/pnpm@9/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"private": true,
"packageManager": "pnpm@9.0.1",
"dependencies": {
"cerbos": "latest",
"cerbosctl": "latest"
}
}

0 comments on commit b3109b3

Please sign in to comment.