We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c630c58 commit 7c9c8c6Copy full SHA for 7c9c8c6
.github/workflows/build_frontend.yml
@@ -11,6 +11,11 @@ jobs:
11
steps:
12
- name: Checkout
13
uses: actions/checkout@v4
14
+ - name: Use Node.js 22.x
15
+ uses: actions/setup-node@v4
16
+ with:
17
+ node-version: 22.x
18
+ cache: 'npm'
19
- name: Docker login
20
run: docker login ghcr.io -u previ -p ${{ secrets.GHCR_BACKEND_STUB_RO }}
21
- name: Run stub
@@ -22,7 +27,6 @@ jobs:
22
27
with:
23
28
#build: npm run build-test
24
29
start: npm run test
25
- node-version: 22.x
26
30
wait-on: 'http://localhost:5000/api/v1/openapi.json'
31
wait-on-timeout: 60
32
browser: chrome
0 commit comments