ソースを参照

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