Skip to content

Commit 57b17be

Browse files
authored
Update qa.yml
Signed-off-by: Chimi1999 <143087281+Chimi1999@users.noreply.github.com>
1 parent 8c91ea0 commit 57b17be

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/qa.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
2525
- name: Checkout Repository
2626
uses: actions/checkout@v2
2727

28+
- name: Set up Node.js
29+
uses: actions/setup-node@v3
30+
with:
31+
node-version: 18.19.0
32+
2833
- name: Set up Docker Buildx
2934
uses: docker/setup-buildx-action@v1
3035

0 commit comments

Comments
 (0)