Skip to content

Commit 028e494

Browse files
fix
1 parent 21c1f6a commit 028e494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nextjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v4
2323
- name: npm
2424
id: install-npm
25-
run: npm i && npm install monaco-editor
25+
run: npm i && npm install --save-dev style-loader css-loader && npm install react-monaco-editor
2626
- name: Detect package manager
2727
id: detect-package-manager
2828
run: |

0 commit comments

Comments
 (0)