Skip to content

Commit b7bc7db

Browse files
committed
Update smoke-tests.yml
1 parent 4708bcf commit b7bc7db

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/smoke-tests.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,11 @@ on:
1010
jobs:
1111
smoke-tests:
1212
runs-on:
13-
image: node:23.3.0-alpine3.21
14-
13+
image: node:23.3-bullseye
1514
env:
1615
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
1716
steps:
1817
- uses: actions/checkout@v4
19-
20-
- name: Install build dependencies
21-
run: apk add --no-cache python3 make g++ gcc libc-dev sqlite-dev
22-
2318
- name: Cache pnpm
2419
uses: actions/cache@v4
2520
with:

0 commit comments

Comments
 (0)