Skip to content

Commit 603fa50

Browse files
committed
Upgrade deno to v1.24.0 to be compatible with esm.sh's handlebars
Earlier versions of deno report the following error when running the tests ``` Check file:///home/runner/work/handlebars/handlebars/tests/basic.test.ts error: TS2322 [ERROR]: Type 'AliasName<K, A>' is not assignable to type 'string | number | symbol'. Type 'K | (string extends A[K] ? K : A[K] extends string ? K | A[K] : K)' is not assignable to type 'string | number | symbol'. Type 'string extends A[K] ? K : A[K] extends string ? K | A[K] : K' is not assignable to type 'string | number | symbol'. ... ```
1 parent d9afc52 commit 603fa50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-18.04
88
strategy:
99
matrix:
10-
deno: [1.18.1]
10+
deno: [1.24.0]
1111
name: Deno ${{ matrix.deno }}
1212
steps:
1313
- uses: actions/checkout@master

0 commit comments

Comments
 (0)