From 393fae72adc64117cdb673fcfba1b099d4dae83c Mon Sep 17 00:00:00 2001 From: Daniele Calleri Date: Mon, 18 Sep 2023 12:46:09 +0200 Subject: [PATCH] ci: update action-setup-pnpm to v3 --- .github/workflows/ci.yml | 39 +++++---------------------------------- 1 file changed, 5 insertions(+), 34 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed5a4644..3bbbcfeb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,32 +1,3 @@ -# This file was autogenerated by create-github-actions-setup-for-ember-addons. -# -# You can upgrade the GitHub Actions workflow to the latest blueprints used -# by Create GitHub Actions setup for Ember Addons by running it again: -# -# - `yarn create github-actions-setup-for-ember-addons` if using yarn and -# - `npm init github-actions-setup-for-ember-addons` if using NPM. -# -# See https://github.com/jelhan/create-github-actions-setup-for-ember-addon for -# details. -# -# The following lines contain the configuration used in the last run. Please do -# not change them. Doing so could break upgrade flow. -# -#$ browsers: -#$ - chrome -#$ emberTryScenarios: -#$ - scenario: ember-lts-3.28 -#$ allowedToFail: false -#$ - scenario: ember-release -#$ allowedToFail: false -#$ - scenario: ember-beta -#$ allowedToFail: false -#$ - scenario: ember-canary -#$ allowedToFail: true -#$ nodeVersion: 10.x -#$ packageManager: yarn -# - name: CI on: @@ -47,7 +18,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Install pnpm - uses: NullVoxPopuli/action-setup-pnpm@v2 + uses: wyvox/action-setup-pnpm@v3 with: pnpm-version: 8.6.0 node-version: "${{ env.NODE_VERSION }}" @@ -69,7 +40,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Install pnpm - uses: NullVoxPopuli/action-setup-pnpm@v2 + uses: wyvox/action-setup-pnpm@v3 with: pnpm-version: 8.6.0 node-version: "${{ env.NODE_VERSION }}" @@ -92,11 +63,11 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Install pnpm - uses: NullVoxPopuli/action-setup-pnpm@v2 + uses: wyvox/action-setup-pnpm@v3 with: pnpm-version: 8.6.0 node-version: "${{ env.NODE_VERSION }}" - no-lockfile: true + args: "--no-lockfile" - name: Run tests run: pnpm test:ember working-directory: test-app @@ -130,7 +101,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Install pnpm - uses: NullVoxPopuli/action-setup-pnpm@v2 + uses: wyvox/action-setup-pnpm@v3 with: pnpm-version: 8.6.0 node-version: "${{ env.NODE_VERSION }}"