Skip to content

Commit 62907e2

Browse files
chore: update deno (#70)
1 parent bf5ff9c commit 62907e2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
common:
22
- deno_matrix: &deno_matrix
33
matrix:
4-
- "ubuntu-2.2.8"
4+
- "ubuntu-2.3.1"
55
plugins:
66
- docker#v5.10.0:
77
image: "denoland/deno:{{matrix}}"
@@ -52,4 +52,4 @@ steps:
5252
message: ":test_tube: test runreal/cli ${BUILDKITE_BRANCH}-${BUILDKITE_COMMIT}"
5353
env:
5454
RUNREAL_FROM_SOURCE: true
55-
RUNREAL_FROM_REF: $BUILDKITE_COMMIT
55+
RUNREAL_FROM_REF: $BUILDKITE_COMMIT

.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.2.8]
19+
deno-version: [2.3.1]
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.2.8]
21+
deno-version: [2.3.1]
2222

2323
steps:
2424
- uses: googleapis/release-please-action@v4

0 commit comments

Comments
 (0)