Skip to content

Commit

Permalink
Merge pull request #28 from qonto/action-setup-pnpm-update-v3
Browse files Browse the repository at this point in the history
ci: update action-setup-pnpm to v3
  • Loading branch information
dannycalleri committed Sep 18, 2023
2 parents 337acb2 + 393fae7 commit 02a26c9
Showing 1 changed file with 5 additions and 34 deletions.
39 changes: 5 additions & 34 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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 }}"
Expand All @@ -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 }}"
Expand All @@ -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
Expand Down Expand Up @@ -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 }}"
Expand Down

0 comments on commit 02a26c9

Please sign in to comment.