Skip to content

Commit

Permalink
fix: resolve PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathannorris committed Oct 18, 2023
1 parent 1e6a73b commit 4c82947
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cf-worker-example-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- name: Install protoc for protobuf compilation
run: sudo apt-get install -y protobuf-compiler
- name: Run Yarn
run: yarn --immutable
- name: Setup .dev.vars file
Expand Down
2 changes: 1 addition & 1 deletion examples/js-cloud-server/cloudflare-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-cloud-server-sdk-test-worker",
"version": "0.0.0",
"version": "1.0.0",
"private": true,
"scripts": {
"deploy": "wrangler deploy",
Expand Down

0 comments on commit 4c82947

Please sign in to comment.