Skip to content

Commit 55a9b12

Browse files
authored
Upgrade to Node.js 16 (#8)
1 parent 807fe8f commit 55a9b12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:12-buster
1+
FROM node:16.18.0
22

33
RUN apt-get update \
44
&& apt-get --no-install-recommends -y install ruby-full \

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"grunt-inline": "^0.3.7"
1111
},
1212
"devDependencies": {
13-
"grunt-contrib-watch": "^0.6.1"
13+
"grunt-contrib-watch": "^1.1.0"
1414
},
1515
"scripts": {
1616
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)