Skip to content

Commit

Permalink
Add deno to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
taybenlor committed Nov 17, 2024
1 parent dfca4dd commit bc56e92
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "22"
- uses: denoland/setup-deno@v2
with:
deno-version: "v2.x"
- name: Install dependencies
run: npm run bootstrap
- name: Build Runno
Expand Down

0 comments on commit bc56e92

Please sign in to comment.