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

chore(scripts): always run workflows against Deno's most recent version. (#14819)

This commit is contained in:
Lucas Michot 2022-06-08 16:46:57 +02:00 committed by GitHub
parent 4305bb4bd8
commit 4911acb148
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.22.2
deno-version: v1.x
- name: Publish
env:

View file

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