diff options
author | Matthew Miller <matthew@millerti.me> | 2023-08-17 22:33:12 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2023-08-17 22:33:12 -0700 |
commit | e75a2ac0ae28f8b963ffaccf0eb2ecad5cf981d5 (patch) | |
tree | 2834b298f46207bb973e2935b7871bcf06bca1fa | |
parent | f89276ee9d51ae423d62660105395420c7e65395 (diff) |
Downgrade CI Deno to v1.33.1 for now
-rw-r--r-- | .github/workflows/node.js.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 13a03ed..f8a4777 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -17,7 +17,9 @@ jobs: strategy: matrix: node-version: [ 16, 18 ] - deno-version: [ 'v1.36.x' ] + # TODO: Find a better action, this one is limited to v1.33.1 + # See https://github.com/maximousblk/setup-deno/issues + deno-version: [ 'v1.33.1' ] steps: - uses: actions/checkout@v3 |