Skip to content

Commit

Permalink
refactor: change node version
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcanay committed Apr 19, 2024
1 parent 268035e commit 4361394
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup Node 18.x
uses: actions/setup-node@v4
with:
node-version: 18.4.0
node-version: 18
cache: 'npm'
cache-dependency-path: frontend/package-lock.json
- name: npm build
Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FIRST STAGE
# Define the base image
FROM node:18.4.0 as build
FROM node:18.20.2 as build

# Create a folder, and copy package.json and package-lock.json to it
WORKDIR /app
Expand Down

0 comments on commit 4361394

Please sign in to comment.