We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c1f6a commit 028e494Copy full SHA for 028e494
.github/workflows/nextjs.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/checkout@v4
23
- name: npm
24
id: install-npm
25
- run: npm i && npm install monaco-editor
+ run: npm i && npm install --save-dev style-loader css-loader && npm install react-monaco-editor
26
- name: Detect package manager
27
id: detect-package-manager
28
run: |
0 commit comments