Skip to content

Commit

Permalink
Merge pull request #731 from qonto/pnpm-github-actions-upgrade
Browse files Browse the repository at this point in the history
chore(ci): update pnpm github action
  • Loading branch information
m-jovan authored Sep 20, 2023
2 parents 5567456 + be60e44 commit df6e4b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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.5.1
node-version: 16.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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.5.1
node-version: 16
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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.5.1
node-version: 16.x
Expand Down Expand Up @@ -55,7 +55,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.5.1
node-version: 16.x
Expand All @@ -76,11 +76,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.5.1
node-version: 16.x
no-lockfile: true
args: "--no-lockfile"
- name: Install dependencies
run: pnpm install --no-lockfile
- name: Test
Expand Down

0 comments on commit df6e4b6

Please sign in to comment.