We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9b5c44 commit 71e744dCopy full SHA for 71e744d
.github/workflows/build-site.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
strategy:
10
matrix:
11
- node-version: [14, 16]
+ node-version: [18,20]
12
13
steps:
14
- uses: actions/checkout@v3
package.json
@@ -30,7 +30,7 @@
30
"hugo-cli": "^0.11.1"
31
},
32
"engines": {
33
- "node": ">= 12 <= 16"
+ "node": ">= 18 <= 20 "
34
35
"browserslist": [
36
"defaults"
0 commit comments