Skip to content

Commit

Permalink
node update 14-18 and ubuntu 24.04
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 5de692a commit 8c12d8f
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-24.04
strategy:
matrix:
node-version: [12,18]
node-version: [14,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": ">= 12 <= 18 "
"node": ">= 14 <= 18 "
},
"browserslist": [
"defaults"
Expand Down

0 comments on commit 8c12d8f

Please sign in to comment.