Skip to content

Commit

Permalink
Update pnpm/action-setup action to v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 5, 2024
1 parent 8a95e34 commit 022bbc4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '14'
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.1
with:
run_install: true
- name: audit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/covector-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '14'
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.1
with:
run_install: true
- name: covector status
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/covector-version-or-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '14'
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.1
with:
run_install: true
- name: git config
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '14'
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.1
with:
run_install: true
- name: prettier check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '14'
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.1
with:
run_install: true
- name: eslint
Expand Down

0 comments on commit 022bbc4

Please sign in to comment.