Skip to content

Commit

Permalink
upgrade node
Browse files Browse the repository at this point in the history
  • Loading branch information
rardoz committed Nov 8, 2023
1 parent 931f22a commit 6d1b9d5
Show file tree
Hide file tree
Showing 5 changed files with 5,351 additions and 11,304 deletions.
2 changes: 1 addition & 1 deletion .Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine
FROM node:20-alpine
WORKDIR /usr/app
COPY . .
EXPOSE 1234
Expand Down
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart

tasks:
- init: sudo apt-get install -y xdg-utils && nvm install 16.14.0 && nvm use 16.14.0 && npm install
- init: sudo apt-get install -y xdg-utils && nvm install 20.9.0 && nvm use 20.9.0 && npm install
command: npm run dev
ports:
- name: Web App
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.14.0
20.9.0
Loading

0 comments on commit 6d1b9d5

Please sign in to comment.