Skip to content

Commit 24f5870

Browse files
committed
ci: Use Deno v2
1 parent 6a9dec0 commit 24f5870

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: ci
22

33
env:
4-
DENO_VERSION: 1.x
4+
DENO_VERSION: 2.x
55

66
on: [push, pull_request]
77

@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13-
- uses: denoland/setup-deno@v1
13+
- uses: denoland/setup-deno@v2
1414
with:
1515
deno-version: ${{ env.DENO_VERSION }}
1616
- name: Check fmt & lint & type check & test

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: publish
33

44
env:
5-
DENO_VERSION: 1.x
5+
DENO_VERSION: 2.x
66

77
on:
88
push:
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v4
21-
- uses: denoland/setup-deno@v1
21+
- uses: denoland/setup-deno@v2
2222
with:
2323
deno-version: ${{ env.DENO_VERSION }}
2424
- name: Publish on tag

0 commit comments

Comments
 (0)