Skip to content

Commit

Permalink
ci: pin deno version on atlas integration job #53
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Aug 19, 2024
1 parent a21cb89 commit 41cf47c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ jobs:
group: ${{ github.workflow }}-test-native-integration-atlas
strategy:
matrix:
deno-version: [1.x]
# See https://github.com/hyper63/hyper-adapter-mongodb/issues/53
deno-version: [1.45.4]
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 41cf47c

Please sign in to comment.