Skip to content

Commit

Permalink
Bump deno release node version and use stable v1 deno
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttrinh committed Nov 9, 2023
1 parent 27a0938 commit e662f14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deno-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: "14"
node-version: "20"

- uses: denoland/setup-deno@v1
with:
deno-version: v1.30.x
deno-version: v1.x

- name: Install dev deps
run: |
Expand Down

0 comments on commit e662f14

Please sign in to comment.