Skip to content

Commit 74bb880

Browse files
committed
Bump CB pkg and adjust workflows to use pnp
1 parent 84c374e commit 74bb880

6 files changed

Lines changed: 5450 additions & 3651 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v2
2525

2626
- name: Install Dependencies
27-
run: yarn --frozen-lockfile
27+
run: yarn install --immutable
2828

2929
- name: Build
3030
run: yarn build

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v2
2424

2525
- name: Install Dependencies
26-
run: yarn --frozen-lockfile
26+
run: yarn install --immutable
2727

2828
- name: Build
2929
run: yarn build

.yarn/install-state.gz

466 KB
Binary file not shown.

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"typescript": "4.9.3"
6262
},
6363
"dependencies": {
64-
"couchbase": "4.2.8",
64+
"couchbase": "4.3.1",
6565
"jsonpath": "1.1.1",
6666
"lodash": "4.17.21",
6767
"uuid": "9.0.0"

0 commit comments

Comments
 (0)