Skip to content

Commit

Permalink
Fix deps1 (#1358)
Browse files Browse the repository at this point in the history
* Revert "bump grpc (#1323)"

This reverts commit 250a148.

* fix: deps
  • Loading branch information
shhdgit authored Jul 21, 2022
1 parent a984102 commit cb16ed5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
cache: 'pnpm'
cache-dependency-path: 'ui/pnpm-lock.yaml'
node-version: "16"
cache: "pnpm"
cache-dependency-path: "ui/pnpm-lock.yaml"
- uses: actions/setup-go@v3
with:
go-version: "1.13.5"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
cache: 'pnpm'
cache-dependency-path: 'ui/pnpm-lock.yaml'
node-version: "16"
cache: "pnpm"
cache-dependency-path: "ui/pnpm-lock.yaml"
- name: Load cypress cache
uses: actions/cache@v3
id: cypress-cache
Expand Down
2 changes: 1 addition & 1 deletion etc/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ignore_etc // a hack to ignore this directory in go commands

go 1.15
go 1.13
2 changes: 1 addition & 1 deletion scripts/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module scripts

go 1.15
go 1.13

require (
github.com/codeskyblue/go-sh v0.0.0-20200712050446-30169cf553fe
Expand Down
2 changes: 1 addition & 1 deletion ui/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ignore_ui-new // a hack to ignore this directory in go commands

go 1.15
go 1.13

0 comments on commit cb16ed5

Please sign in to comment.