Skip to content

Commit 71e744d

Browse files
node update 18-20
Signed-off-by: manisha kumari <manisha.kumari@calsoftinc.com>
1 parent d9b5c44 commit 71e744d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-site.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
node-version: [14, 16]
11+
node-version: [18,20]
1212

1313
steps:
1414
- uses: actions/checkout@v3

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"hugo-cli": "^0.11.1"
3131
},
3232
"engines": {
33-
"node": ">= 12 <= 16"
33+
"node": ">= 18 <= 20 "
3434
},
3535
"browserslist": [
3636
"defaults"

0 commit comments

Comments
 (0)