Skip to content

Commit 5b1a952

Browse files
feat: update deno version (#51)
--------- Co-authored-by: warman <warman@runreal.dev>
1 parent 6e10941 commit 5b1a952

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
common:
22
- deno_matrix: &deno_matrix
33
matrix:
4-
# - "ubuntu"
5-
- "ubuntu-2.1.1"
4+
- "ubuntu-2.2.8"
65
plugins:
76
- docker#v5.10.0:
87
image: "denoland/deno:{{matrix}}"

.github/workflows/generate-schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
deno-version: [2.1.1]
19+
deno-version: [2.2.8]
2020

2121
steps:
2222
- name: Checkout

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
deno-version: [2.1.1]
21+
deno-version: [2.2.8]
2222

2323
steps:
2424
- uses: google-github-actions/release-please-action@v3

0 commit comments

Comments
 (0)