Skip to content

Commit

Permalink
fix: Revert deno to 1.38.1 (#516)
Browse files Browse the repository at this point in the history
<!--
Pull requests are squash merged using:
- their title as the commit message
- their description as the commit body

Having a good title and description is important for the users to get
readable changelog and understand when they need to update his code and
how.
-->

### Describe your change

Revert the embedded deno to 1.38.1.

### Motivation and context

Deno 1.38.2 does not work well with the FFI bindings.
  • Loading branch information
Natoandro authored Dec 8, 2023
1 parent e19c44d commit 8068d02
Show file tree
Hide file tree
Showing 6 changed files with 145 additions and 108 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
env:
PYTHON_VERSION: "3.8"
POETRY_VERSION: "1.7.0"
DENO_VERSION: "1.38.2"
DENO_VERSION: "1.38.1"
REGISTRY_IMAGE: ghcr.io/${{ github.repository_owner }}/typegate
WASM_TOOLS_VERSION: "1.0.45"
JCO_VERSION: "0.12.1"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
PYTHON_VERSION: "3.8"
PROTOC_VERSION: "v24.x"
POETRY_VERSION: "1.7.0"
DENO_VERSION: "1.38.2"
DENO_VERSION: "1.38.1"
PNPM_VERSION: "8.8.0"
NODE_VERSION: "20.8.0"
WASM_TOOLS_VERSION: "1.0.45"
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
if: ${{ needs.changes.outputs.typegate == 'true' }}
runs-on:
- self-hosted # https://check-jsonschema.readthedocs.io/en/latest/faq.html#using-self-hosted-runners
- custom-linux
- custom-ubuntu-large
timeout-minutes: 60
services:
redis:
Expand Down
Loading

0 comments on commit 8068d02

Please sign in to comment.