Skip to content

Commit

Permalink
node 18 (#3)
Browse files Browse the repository at this point in the history
* node 18

* 2024.5.0

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
rohanharikr and github-actions[bot] authored May 6, 2024
1 parent 9198a15 commit 00d9f8d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# vite image used during dev to enable HMR
FROM node:20-alpine
FROM node:18-alpine
WORKDIR /usr/src/quickstart
COPY ["*.json", "*.js", "*.cjs", "index.html", "./"]
RUN npm i
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "src",
"private": true,
"version": "2024.3.12",
"version": "2024.5.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -15,7 +15,7 @@
"review": "npm run rebase && npm run test && npm run pr"
},
"engines": {
"node": "~20",
"node": "~18",
"npm": "~10"
},
"devDependencies": {
Expand Down

0 comments on commit 00d9f8d

Please sign in to comment.