diff --git a/.changeset/eleven-spoons-divide.md b/.changeset/eleven-spoons-divide.md new file mode 100644 index 0000000..a845151 --- /dev/null +++ b/.changeset/eleven-spoons-divide.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/.github/workflows/check-providers.yml b/.github/workflows/check-providers.yml index e81e2e6..dda06e1 100644 --- a/.github/workflows/check-providers.yml +++ b/.github/workflows/check-providers.yml @@ -17,15 +17,12 @@ jobs: strategy: matrix: node-version: [20] - pnpm-version: [9] steps: - name: Clone @api3/chains uses: actions/checkout@v4 - - name: Setup pnpm ${{ matrix.pnpm-version }} - uses: pnpm/action-setup@v3 - with: - version: ${{ matrix.pnpm-version }} + - name: Setup pnpm + uses: pnpm/action-setup@v4 - name: Setup Node ${{ matrix.node-version }} uses: actions/setup-node@v4 diff --git a/.github/workflows/continuous-build.yml b/.github/workflows/continuous-build.yml index 3b527b3..978d114 100644 --- a/.github/workflows/continuous-build.yml +++ b/.github/workflows/continuous-build.yml @@ -23,15 +23,12 @@ jobs: strategy: matrix: node-version: [18, 20, latest] - pnpm-version: [9] steps: - name: Clone @api3/chains uses: actions/checkout@v4 - - name: Setup pnpm ${{ matrix.pnpm-version }} - uses: pnpm/action-setup@v3 - with: - version: ${{ matrix.pnpm-version }} + - name: Setup pnpm + uses: pnpm/action-setup@v4 - name: Setup Node ${{ matrix.node-version }} uses: actions/setup-node@v4 @@ -64,9 +61,7 @@ jobs: fetch-depth: 0 - name: Setup pnpm - uses: pnpm/action-setup@v3 - with: - version: 9 + uses: pnpm/action-setup@v4 - name: Setup Node uses: actions/setup-node@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e012a16..8316cc3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,9 +36,7 @@ jobs: fetch-depth: 0 - name: Setup pnpm - uses: pnpm/action-setup@v3 - with: - version: 9 + uses: pnpm/action-setup@v4 - uses: actions/setup-node@v4 with: diff --git a/package.json b/package.json index d19f35e..e916fae 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "dist", "src" ], + "packageManager": "pnpm@9.8.0", "scripts": { "build": "pnpm clean && pnpm generate:chains && tsc -p tsconfig.build.json", "changeset": "changeset",