Skip to content

Commit

Permalink
remove deno
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmd-azeez committed Jun 2, 2024
1 parent c61df7c commit f5328bb
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,12 @@ jobs:

- name: Setup Node.js environment
uses: actions/setup-node@v3.8.1

- name: Setup Deno
uses: denoland/setup-deno@v1.1.2


- name: NPM install with caching
run: npm install

- name: Build
run: npm run build

- name: Node Test
run: npm run test

- name: Deno Test
run: deno test -A ./tests/mod.test.ts
run: npm run test

0 comments on commit f5328bb

Please sign in to comment.