Skip to content

Commit

Permalink
ci: upgrade api service node to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
gulfaraz committed Jul 19, 2024
1 parent f50c7e6 commit a860e36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

strategy:
matrix:
node-version: [17.x]
node-version: [20.x]

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion services/API-service/.node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v17.9.1
v20.15.1
2 changes: 1 addition & 1 deletion services/API-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:17-alpine
FROM node:20-alpine

RUN apk update && apk add python3 make g++ git

Expand Down

0 comments on commit a860e36

Please sign in to comment.