We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7100fe7 commit 74c5cb2Copy full SHA for 74c5cb2
.github/workflows/smoke-tests.yml
@@ -11,7 +11,7 @@ jobs:
11
smoke-tests:
12
runs-on: ubuntu-latest
13
container:
14
- image: node:23-bullseye
+ image: node:23.3.0-alpine3.21
15
env:
16
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
17
steps:
0 commit comments