Skip to content

Commit 4708bcf

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

File tree

2 files changed

+6
-56690
lines changed

2 files changed

+6
-56690
lines changed

.github/workflows/smoke-tests.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,17 @@ on:
99

1010
jobs:
1111
smoke-tests:
12-
runs-on: ubuntu-latest
13-
container:
14-
image: node:23-bullseye
12+
runs-on:
13+
image: node:23.3.0-alpine3.21
14+
1515
env:
1616
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
1717
steps:
1818
- uses: actions/checkout@v4
1919

20+
- name: Install build dependencies
21+
run: apk add --no-cache python3 make g++ gcc libc-dev sqlite-dev
22+
2023
- name: Cache pnpm
2124
uses: actions/cache@v4
2225
with:

0 commit comments

Comments
 (0)