Skip to content

Commit

Permalink
fix: update node and npm versions (#180)
Browse files Browse the repository at this point in the history
Co-authored-by: Brian 'bdougie' Douglas <brian@opensauced.pizza>
  • Loading branch information
BekahHW and bdougie committed Oct 2, 2023
1 parent d9cedb7 commit f35a4c7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.17.0
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 as development
FROM node:18.17.0-alpine as development

WORKDIR /app

Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.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
Expand Up @@ -3,8 +3,8 @@
"version": "1.42.0",
"private": true,
"engines": {
"node": ">=14",
"npm": ">=7"
"node": "^18",
"npm": ">=9"
},
"scripts": {
"preinstall": "npx @open-sauced/check-engines",
Expand Down

0 comments on commit f35a4c7

Please sign in to comment.