Skip to content

Commit

Permalink
Merge pull request #346 from qonto/em-lock-file
Browse files Browse the repository at this point in the history
Fix CI by updating pnpm-lock.yaml
  • Loading branch information
uanjoze authored Oct 28, 2024
2 parents c4781c3 + 52273d0 commit bd3f31b
Show file tree
Hide file tree
Showing 3 changed files with 9,460 additions and 7,049 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:

env:
NODE_VERSION: "18.x"
PNPM_VERSION: "9.12.3"

jobs:
lint:
Expand All @@ -20,7 +21,7 @@ jobs:
- name: Install pnpm
uses: wyvox/action-setup-pnpm@v3
with:
pnpm-version: 8.6.0
pnpm-version: "${{ env.PNPM_VERSION }}"
node-version: "${{ env.NODE_VERSION }}"
args: "--frozen-lockfile"
- name: Lint
Expand All @@ -42,7 +43,7 @@ jobs:
- name: Install pnpm
uses: wyvox/action-setup-pnpm@v3
with:
pnpm-version: 8.6.0
pnpm-version: "${{ env.PNPM_VERSION }}"
node-version: "${{ env.NODE_VERSION }}"
args: "--frozen-lockfile"
- name: Run Tests
Expand All @@ -65,7 +66,7 @@ jobs:
- name: Install pnpm
uses: wyvox/action-setup-pnpm@v3
with:
pnpm-version: 8.6.0
pnpm-version: "${{ env.PNPM_VERSION }}"
node-version: "${{ env.NODE_VERSION }}"
args: "--no-lockfile"
- name: Run tests
Expand Down Expand Up @@ -103,7 +104,7 @@ jobs:
- name: Install pnpm
uses: wyvox/action-setup-pnpm@v3
with:
pnpm-version: 8.6.0
pnpm-version: "${{ env.PNPM_VERSION }}"
node-version: "${{ env.NODE_VERSION }}"
args: "--frozen-lockfile"
- name: Run tests
Expand Down Expand Up @@ -131,8 +132,8 @@ jobs:
- name: Install pnpm
uses: wyvox/action-setup-pnpm@v3
with:
pnpm-version: 8.5.1
node-version: 18.x
pnpm-version: "${{ env.PNPM_VERSION }}"
node-version: "${{ env.NODE_VERSION }}"
args: "--frozen-lockfile"
- name: Update TS version on addon package
run: pnpm add -D ${{ matrix.typescript-scenario }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install pnpm
uses: wyvox/action-setup-pnpm@v3
with:
pnpm-version: 8.6.0
pnpm-version: 9.12.3
node-version: 18.x
node-registry-url: "https://registry.npmjs.org"

Expand Down
Loading

0 comments on commit bd3f31b

Please sign in to comment.