Skip to content

Commit 41cf47c

Browse files
committedAug 19, 2024·
ci: pin deno version on atlas integration job #53
1 parent a21cb89 commit 41cf47c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/test-and-publish.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ jobs:
7979
group: ${{ github.workflow }}-test-native-integration-atlas
8080
strategy:
8181
matrix:
82-
deno-version: [1.x]
82+
# See https://github.com/hyper63/hyper-adapter-mongodb/issues/53
83+
deno-version: [1.45.4]
8384
steps:
8485
- name: ⬇️ Checkout repo
8586
uses: actions/checkout@v3

0 commit comments

Comments
 (0)
Please sign in to comment.