We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c58e980 commit b46ae2fCopy full SHA for b46ae2f
1 file changed
.github/workflows/test.yml
@@ -76,6 +76,14 @@ jobs:
76
with:
77
name: dist
78
path: ./dist
79
+ - uses: actions/setup-node@v4
80
+ with:
81
+ node-version: '24.x'
82
+ cache: 'npm'
83
+ - run: npm ci
84
+ - uses: oven-sh/setup-bun@v2
85
86
+ bun-version: '1.3.6'
87
- run: npm run test:integration:bun
88
89
integration-deno:
@@ -90,4 +98,4 @@ jobs:
90
98
- uses: denoland/setup-deno@v2
91
99
92
100
deno-version: v2.6.6
93
- - run: npm run test:integration:deno
101
+ - run: npm run test:integration:deno
0 commit comments