1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-03 04:48:52 -05:00

chore(scripts/release): increase internally used deno version (#14784)

This commit is contained in:
David Sherret 2022-06-05 15:44:45 -04:00 committed by GitHub
parent cc7da96508
commit 1081659be1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ jobs:
- name: Install deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.19.3
deno-version: v1.22.2
- name: Publish
env:

View file

@ -41,7 +41,7 @@ jobs:
- name: Install deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.19.3
deno-version: v1.22.2
- name: Run version bump
run: |