소스 검색

chore: revert node 18

代强 2 년 전
부모
커밋
2d776adfb5
2개의 변경된 파일4개의 추가작업 그리고 5개의 파일을 삭제
  1. 3 3
      .github/workflows/test:coverage.yml
  2. 1 2
      .npmrc

+ 3 - 3
.github/workflows/test:coverage.yml

@@ -17,7 +17,7 @@ jobs:
             - uses: actions/checkout@v3
             - uses: actions/setup-node@v3
               with:
-                  node-version: '18'
+                  node-version: '16'
             - name: Run install
               run: npm i -g lerna && npm run bootstrap
             - name: Run Jest test
@@ -34,7 +34,7 @@ jobs:
             - uses: actions/checkout@v3
             - uses: actions/setup-node@v3
               with:
-                  node-version: '18'
+                  node-version: '16'
             - name: Run install
               run: |
                   npm i -g lerna
@@ -60,7 +60,7 @@ jobs:
             - uses: actions/checkout@v3
             - uses: actions/setup-node@v3
               with:
-                  node-version: '18'
+                  node-version: '16'
             - name: Download Jest coverage
               uses: actions/download-artifact@v3
               with:

+ 1 - 2
.npmrc

@@ -1,2 +1 @@
-registry=https://registry.npmjs.org
-NODE_OPTIONS=--openssl-legacy-provider
+registry=https://registry.npmjs.org