Skip to content

Commit 5351674

Browse files
fix: resolve PR comments
1 parent e0cfe63 commit 5351674

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/cf-worker-example-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
with:
2020
node-version: ${{ matrix.node-version }}
2121
cache: 'yarn'
22-
- name: Install protoc for protobuf compilation
23-
run: sudo apt-get install -y protobuf-compiler
2422
- name: Run Yarn
2523
run: yarn --immutable
2624
- name: Setup .dev.vars file

examples/js-cloud-server/cloudflare-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-cloud-server-sdk-test-worker",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"private": true,
55
"scripts": {
66
"deploy": "wrangler deploy",

0 commit comments

Comments
 (0)