Skip to content

Commit 74c5cb2

Browse files
committed
chore: run smokeTests on alpine 23.3 node
1 parent 7100fe7 commit 74c5cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoke-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
smoke-tests:
1212
runs-on: ubuntu-latest
1313
container:
14-
image: node:23-bullseye
14+
image: node:23.3.0-alpine3.21
1515
env:
1616
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
1717
steps:

0 commit comments

Comments
 (0)