Skip to content

Commit 865ba56

Browse files
committed
ci: update Deno
1 parent 139eb60 commit 865ba56

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci_deno.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: ➕ Actions - Setup Deno
2828
uses: denoland/setup-deno@v1
2929
with:
30-
deno-version: 'v1.x'
30+
deno-version: 'v2.x'
3131

3232
- name: ➕ Cache dependencies
3333
uses: actions/cache@v4

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*/
55

66
import type { Raw, SqlValue, Timezone } from './types.js';
7+
import { Buffer } from 'node:buffer';
78

89
export type { Raw, SqlValue, Timezone } from './types.js';
910

0 commit comments

Comments
 (0)