Merge pull request #10 from Fluttershub/dependabot/docker/node-18.0.0

Bump node from 17.9.0 to 18.0.0
This commit is contained in:
2022-04-21 07:44:52 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM node:17.9.0 AS base FROM node:18.0.0 AS base
LABEL version="4.1.0" LABEL version="4.1.0"
LABEL description="" LABEL description=""

View File

@@ -22,7 +22,7 @@
"parcel": "^2.4.1" "parcel": "^2.4.1"
}, },
"engines": { "engines": {
"node": "17.*" "node": "^18.*"
}, },
"resolutions": { "resolutions": {
"node-forge": "0.10.0" "node-forge": "0.10.0"