提交 3af084dc 编写于 作者: T Tomas Vik

Merge branch 'revert-to-node-12' into 'main'

chore: revert to node 12

See merge request gitlab-org/gitlab-vscode-extension!302
......@@ -15,7 +15,7 @@ default:
tags:
- gitlab-org
image: node:14-slim
image: node:12-slim
stages:
- test
......
nodejs 14.16.0
nodejs 12.20.0
{
"compilerOptions": {
"module": "commonjs",
"target": "es2020",
"target": "es6",
"outDir": "out",
// we need to include dom library for msw to work, see https://github.com/mswjs/msw/issues/408
"lib": ["es2020", "dom"],
"lib": ["es6", "dom"],
"allowJs": true,
"resolveJsonModule": true,
"skipLibCheck": true,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册