Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Commit

Permalink
Pin deno version to v1.30.3 in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnGuilding committed Mar 1, 2023
1 parent c807b02 commit 157790b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aggregator-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defaults:
working-directory: ./aggregator

env:
DENO_VERSION: 1.31.0
DENO_VERSION: 1.30.3

jobs:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aggregator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ defaults:
working-directory: ./aggregator

env:
DENO_VERSION: 1.31.0
DENO_VERSION: 1.30.3

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clients.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ defaults:
working-directory: ./contracts/clients

env:
DENO_VERSION: 1.31.0
DENO_VERSION: 1.30.3

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ defaults:
working-directory: ./contracts/clients

env:
DENO_VERSION: 1.31.0
DENO_VERSION: 1.30.3

jobs:
build:
Expand Down

0 comments on commit 157790b

Please sign in to comment.