Skip to content

Commit

Permalink
node v20
Browse files Browse the repository at this point in the history
Change-Id: I9e1b84035b1994a239316044bce50bb453e74850
  • Loading branch information
ashutoshhathidara committed Mar 31, 2024
1 parent 6694c03 commit e68b51c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"private": true,
"name": "masterPortfolio",
"homepage": ".",
"version": "0.1.0",
"homepage": ".",
"scripts": {
"build": "react-scripts build",
"build": "react-scripts --openssl-legacy-provider build",
"predeploy": "npm run build",
"deploy": "gh-pages -b gh-pages -d build",
"eject": "react-scripts eject",
Expand Down

0 comments on commit e68b51c

Please sign in to comment.