Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: update action-setup-pnpm to v3 #28

Merged
merged 1 commit into from
Sep 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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