We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3068548 commit f9ea62fCopy full SHA for f9ea62f
2 files changed
.github/workflows/reusable-examples.yml
@@ -62,7 +62,7 @@ jobs:
62
node-version: 20
63
- uses: denoland/setup-deno@bdaa2e4f849cbc8d7b46337cf37db0dc9b321074 # v2.0.3
64
with:
65
- deno-version: v2.4.2
+ deno-version: 2.7.1
66
- run: npm ci && npm run build
67
- run: deno install
68
working-directory: "examples/${{matrix.folder}}"
.github/workflows/reusable-test.yml
@@ -57,7 +57,7 @@ jobs:
57
58
59
60
61
- run: deno test test/**/*.test.ts --allow-env --allow-net --no-check
working-directory: arcjet-deno
0 commit comments