From a2662b09b9c480278edc434abfefc5cd32973a8f Mon Sep 17 00:00:00 2001 From: Sahi Mohamed Francis Gonsangbeu Date: Thu, 30 Nov 2023 06:14:33 +0100 Subject: [PATCH] Update node version in CI workflow --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9cae8c5..abbee67 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,11 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Setup Node.js + uses: actions/setup-node@v2 + with: + node-version: 16 + - name: Build the Docker image run: docker build . --file Dockerfile --tag age-detection-image