diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ef7d9c6..32542a02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 with: - version: 7 + version: 8 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: @@ -52,7 +52,7 @@ jobs: uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 with: - version: 7 + version: 8 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: @@ -82,7 +82,7 @@ jobs: uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 with: - version: 7 + version: 8 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: @@ -107,7 +107,7 @@ jobs: uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 with: - version: 7 + version: 8 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: @@ -133,7 +133,7 @@ jobs: uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 with: - version: 7 + version: 8 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: @@ -170,7 +170,7 @@ jobs: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 with: - version: 7 + version: 8 - uses: actions/setup-node@v3 with: node-version: 14 diff --git a/.npmrc b/.npmrc new file mode 100644 index 00000000..f301fedf --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +auto-install-peers=false diff --git a/package.json b/package.json index 41f9b4cc..db2ff763 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,6 @@ "npm": false }, "volta": { - "node": "16.18.1", - "yarn": "1.22.19" + "node": "16.18.1" } }