Skip to content

Commit 9b112ff

Browse files
committed
updated cheerio requires node 18
1 parent 86833fe commit 9b112ff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/npm-grunt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [15.x, 16.x, 18.x]
15+
node-version: [18.x, 22.x, 24.x]
1616

1717
steps:
1818
- uses: actions/checkout@v3

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16-alpine
1+
FROM node:18-alpine
22

33
RUN apk update
44
RUN apk add bzip2 tar git

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"test": "grunt jasmine_node"
123123
},
124124
"engines": {
125-
"node": ">= 15.0.0",
125+
"node": ">= 18.0.0",
126126
"npm": ">= 8.3.0"
127127
},
128128
"release-it": {

0 commit comments

Comments
 (0)