Skip to content

Commit 8188814

Browse files
authored
refactor: remove deno setup (#391)
1 parent d7e0cbd commit 8188814

File tree

4 files changed

+0
-23
lines changed

4 files changed

+0
-23
lines changed

.github/workflows/ecosystem-ci-from-pr.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,6 @@ jobs:
114114
- uses: actions/setup-node@v4
115115
with:
116116
node-version: ^22.14.0
117-
- uses: denoland/setup-deno@11b63cf76cfcafb4e43f97b6cad24d8e8438f62d #v1.5.2
118-
with:
119-
deno-version: v1.x
120-
continue-on-error: true
121117
- run: corepack enable
122118
- run: pnpm --version
123119
- run: pnpm i --frozen-lockfile
@@ -184,10 +180,6 @@ jobs:
184180
- uses: actions/setup-node@v4
185181
with:
186182
node-version: ^22.14.0
187-
- uses: denoland/setup-deno@11b63cf76cfcafb4e43f97b6cad24d8e8438f62d #v1.5.2
188-
with:
189-
deno-version: v1.x
190-
continue-on-error: true
191183
- run: corepack enable
192184
- run: pnpm --version
193185
- run: pnpm i --frozen-lockfile

.github/workflows/ecosystem-ci-rolldown.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,6 @@ jobs:
8888
with:
8989
node-version: ^22.14.0
9090
id: setup-node
91-
- uses: denoland/setup-deno@11b63cf76cfcafb4e43f97b6cad24d8e8438f62d #v1.5.2
92-
with:
93-
deno-version: v1.x
94-
id: setup-deno
95-
continue-on-error: true
9691
- run: corepack enable
9792
- run: pnpm --version
9893
- run: pnpm i --frozen-lockfile

.github/workflows/ecosystem-ci-selected.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,6 @@ jobs:
8888
with:
8989
node-version: ^22.14.0
9090
id: setup-node
91-
- uses: denoland/setup-deno@11b63cf76cfcafb4e43f97b6cad24d8e8438f62d #v1.5.2
92-
with:
93-
deno-version: v1.x
94-
id: setup-deno
95-
continue-on-error: true
9691
- run: corepack enable
9792
- run: pnpm --version
9893
- run: pnpm i --frozen-lockfile

.github/workflows/ecosystem-ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,6 @@ jobs:
9191
with:
9292
node-version: ^22.14.0
9393
id: setup-node
94-
- uses: denoland/setup-deno@11b63cf76cfcafb4e43f97b6cad24d8e8438f62d #v1.5.2
95-
with:
96-
deno-version: v1.x
97-
id: setup-deno
98-
continue-on-error: true
9994
- run: corepack enable
10095
- run: pnpm --version
10196
- run: pnpm i --frozen-lockfile

0 commit comments

Comments
 (0)