We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a9dec0 commit 24f5870Copy full SHA for 24f5870
.github/workflows/ci.yml
@@ -1,7 +1,7 @@
1
name: ci
2
3
env:
4
- DENO_VERSION: 1.x
+ DENO_VERSION: 2.x
5
6
on: [push, pull_request]
7
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v4
13
- - uses: denoland/setup-deno@v1
+ - uses: denoland/setup-deno@v2
14
with:
15
deno-version: ${{ env.DENO_VERSION }}
16
- name: Check fmt & lint & type check & test
.github/workflows/publish.yml
@@ -2,7 +2,7 @@
name: publish
on:
8
push:
@@ -18,7 +18,7 @@ jobs:
18
19
20
21
22
23
24
- name: Publish on tag
0 commit comments