Skip to content

Commit

Permalink
Update node version in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sahi-mfg committed Nov 30, 2023
1 parent 806506e commit a2662b0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a2662b0

Please sign in to comment.