1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -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 cjihrig
parent 6e95c38968
commit ec29b3afef
No known key found for this signature in database
GPG key ID: 7434390BDBE9B9C5
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: |