Skip to content

Commit 7ac698e

Browse files
committed
☕ Add Deno v2 for GitHub Actions
1 parent f5b282c commit 7ac698e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
verbose:
1717
type: boolean
1818
required: false
19-
description: 'Enable verbose output'
19+
description: "Enable verbose output"
2020
default: false
2121

2222
defaults:
@@ -34,6 +34,7 @@ jobs:
3434
- ubuntu-latest
3535
version:
3636
- "1.x"
37+
- "2.x"
3738
runs-on: ${{ matrix.runner }}
3839
steps:
3940
- run: git config --global core.autocrlf false
@@ -68,6 +69,7 @@ jobs:
6869
deno_version:
6970
- "1.45.0"
7071
- "1.x"
72+
- "2.x"
7173
host_version:
7274
- vim: "v9.1.0448"
7375
nvim: "v0.10.0"

0 commit comments

Comments
 (0)