Skip to content

Commit

Permalink
node update 18-20
Browse files Browse the repository at this point in the history
Signed-off-by: manisha kumari <[email protected]>
  • Loading branch information
ManishaKumari295 committed Jan 9, 2025
1 parent 71e744d commit 047056c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18,20]
node-version: [16,18]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"hugo-cli": "^0.11.1"
},
"engines": {
"node": ">= 18 <= 20 "
"node": ">= 16 <= 18 "
},
"browserslist": [
"defaults"
Expand Down

0 comments on commit 047056c

Please sign in to comment.