From 05982af48d4e8a0a02cadc3d987416c0363d95f9 Mon Sep 17 00:00:00 2001 From: ignace Date: Fri, 1 Sep 2023 22:01:43 +0200 Subject: [PATCH] ci: use wyvox action setup pnpm --- .github/workflows/ci.yml | 6 +++--- .github/workflows/release.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 189d50b..2712d6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: NullVoxPopuli/action-setup-pnpm@v2 + - uses: wyvox/action-setup-pnpm@v2 with: node-version: 16 - name: Lint @@ -34,7 +34,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: NullVoxPopuli/action-setup-pnpm@v2 + - uses: wyvox/action-setup-pnpm@v2 with: node-version: 16 no-lockfile: true @@ -61,7 +61,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: NullVoxPopuli/action-setup-pnpm@v2 + - uses: wyvox/action-setup-pnpm@v2 with: node-version: 16 - name: Run Tests diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f05cccc..83680b4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v3 - name: Setup pnpm and Node.js 16 - uses: NullVoxPopuli/action-setup-pnpm@v2 + uses: wyvox/action-setup-pnpm@v2 with: node-version: 16