Skip to content

Commit

Permalink
Merge pull request #1522 from rodekruis/build.node-20
Browse files Browse the repository at this point in the history
build: use node 20
  • Loading branch information
gulfaraz authored Jul 19, 2024
2 parents 42b8903 + b8ca606 commit d857e22
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 @@ -40,7 +40,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 d857e22

Please sign in to comment.