0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00
Update engines to Node 16.13.0
This commit is contained in:
Trevor Buckner
2023-03-30 14:38:04 -04:00
committed by GitHub
3 changed files with 15717 additions and 15717 deletions

View File

@@ -1,4 +1,4 @@
FROM node:16.11-alpine
FROM node:16.13-alpine
RUN apk --no-cache add git
ENV NODE_ENV=docker

31430
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -3,7 +3,7 @@
"description": "Create authentic looking D&D homebrews using only markdown",
"version": "3.7.2",
"engines": {
"node": "16.11.x"
"node": "16.13.x"
},
"repository": {
"type": "git",