Skip to content

Commit

Permalink
Bump CB pkg and adjust workflows to use pnp
Browse files Browse the repository at this point in the history
  • Loading branch information
ejscribner committed Jun 10, 2024
1 parent 84c374e commit 74bb880
Show file tree
Hide file tree
Showing 6 changed files with 5,450 additions and 3,651 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v2

- name: Install Dependencies
run: yarn --frozen-lockfile
run: yarn install --immutable

- name: Build
run: yarn build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v2

- name: Install Dependencies
run: yarn --frozen-lockfile
run: yarn install --immutable

- name: Build
run: yarn build
Expand Down
Binary file added .yarn/install-state.gz
Binary file not shown.
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"typescript": "4.9.3"
},
"dependencies": {
"couchbase": "4.2.8",
"couchbase": "4.3.1",
"jsonpath": "1.1.1",
"lodash": "4.17.21",
"uuid": "9.0.0"
Expand Down
Loading

0 comments on commit 74bb880

Please sign in to comment.