Skip to content

Commit

Permalink
ci: upgrade pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-berlin committed Jul 19, 2024
1 parent afb85f2 commit 17aa835
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 13 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:
node-version: 16.x

- name: Setup pnpm 🛠️
uses: pnpm/action-setup@v3
with:
version: 8
uses: pnpm/action-setup@v4

- name: Install and Build 🔧
run: |
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ jobs:
node-version: "lts/*"

- name: Setup pnpm 🛠️
uses: pnpm/action-setup@v3
with:
version: 8
uses: pnpm/action-setup@v4

- name: Install dependencies
run: pnpm install --ignore-scripts
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/test-coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ jobs:
node-version: "lts/*"

- name: Setup pnpm 🛠️
uses: pnpm/action-setup@v3
with:
version: 8
uses: pnpm/action-setup@v4

- name: pnpm install, make test-coverage
run: |
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ jobs:
node-version: "lts/*"

- name: Setup pnpm 🛠️
uses: pnpm/action-setup@v3
with:
version: 8
uses: pnpm/action-setup@v4

- name: Install dependencies 🛠️
run: pnpm i
Expand All @@ -33,6 +31,6 @@ jobs:
run: npx jest --coverage

- name: codecoverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"sass strip unit function",
"sass number invert function"
],
"packageManager": "[email protected]",
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
Expand Down

0 comments on commit 17aa835

Please sign in to comment.