Skip to content

Commit

Permalink
gh-action: node v21 and deno v1.40 for profiler
Browse files Browse the repository at this point in the history
  • Loading branch information
ignoramous authored Feb 20, 2024
1 parent b6aceee commit 7c1ef62
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/profiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ env:
GIT_REF: ${{ github.event.inputs.git-ref || github.ref }}
JS_RUNTIME: 'node'
MAXTIME_SEC: '30s'
NODE_VER: '19.x'
DENO_VER: '1.29.3'
NODE_VER: '21.x'
DENO_VER: '1.40.x'
MODE: 'p1'
QDOH: 'q'

Expand Down Expand Up @@ -89,6 +89,7 @@ jobs:
- name: 🥝 Deno deps
if: env.JS_RUNTIME == 'deno'
run: |
deno task prepare
deno cache ./src/server-deno.ts
# if non-interactive, prefer apt-get: unix.stackexchange.com/a/590703
Expand Down

0 comments on commit 7c1ef62

Please sign in to comment.