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 e24c6b7 commit 5d2c087Copy full SHA for 5d2c087
.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
+ run: npm i && npm install monaco-editor
26
- name: Detect package manager
27
id: detect-package-manager
28
run: |
0 commit comments