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 7bf4ce0 commit 0d9dea2Copy full SHA for 0d9dea2
Dockerfile
@@ -6,7 +6,7 @@ SHELL ["/bin/bash", "-c"]
6
WORKDIR /workspace
7
8
# install dependencies
9
-RUN npm install @swagger-api/apidom-ls @actions/core vscode-languageserver-textdocument
+RUN npm install @swagger-api/apidom-ls@latest @actions/core vscode-languageserver-textdocument
10
11
COPY validate.cjs .
12
ENTRYPOINT ["node", "/workspace/validate.cjs"]
0 commit comments