Skip to content

Commit

Permalink
Upgraded node version, node-sass, node-gyp, minimist packages
Browse files Browse the repository at this point in the history
  • Loading branch information
7777akhil committed Mar 19, 2024
1 parent f79b4f6 commit a5fb068
Show file tree
Hide file tree
Showing 3 changed files with 519 additions and 432 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: Restore packages cache
uses: actions/cache@v3
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"html-webpack-plugin": "^4.0.0-beta.5",
"imagemin-webpack-plugin": "2.4.2",
"mini-css-extract-plugin": "^0.7.0",
"node-sass": "^6.0.0",
"node-sass": "^9.0.0",
"npm-run-all": "^4.1.3",
"optimize-css-assets-webpack-plugin": "^4.0.1",
"postcss-flexbugs-fixes": "3.3.1",
Expand All @@ -101,8 +101,8 @@
"ejs": "3.1.6",
"highlight.js": "10.4.1",
"url-parse": "1.5.8",
"minimist": "1.2.6",
"node-gyp": "8.4.1"
"minimist": "1.2.8",
"node-gyp": "10.0.1"
},
"overrides": {
"prebuild": {
Expand Down
Loading

0 comments on commit a5fb068

Please sign in to comment.