提交 66a8b1f0 编写于 作者: T Tomas Vik

chore: revert to node 12

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