Skip to content

Commit a1dfc70

Browse files
build(deps): bump pnpm/action-setup from 5 to 6 (#163)
* build(deps): bump pnpm/action-setup from 5 to 6 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 5 to 6. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v5...v6) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * ci: tweaks --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kiko Beats <josefrancisco.verdu@gmail.com>
1 parent 5c20c1e commit a1dfc70

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ jobs:
2020
with:
2121
node-version: lts/*
2222
- name: Setup PNPM
23-
uses: pnpm/action-setup@v5
23+
uses: pnpm/action-setup@v6
2424
with:
2525
version: latest
26-
run_install: true
26+
- name: Install
27+
run: pnpm install --ignore-scripts
2728
- name: Contributors
2829
run: |
2930
git config --global user.email "${{ secrets.GIT_EMAIL }}"
@@ -50,10 +51,11 @@ jobs:
5051
with:
5152
node-version: lts/*
5253
- name: Setup PNPM
53-
uses: pnpm/action-setup@v5
54+
uses: pnpm/action-setup@v6
5455
with:
5556
version: latest
56-
run_install: true
57+
- name: Install
58+
run: pnpm install --ignore-scripts
5759
- name: Test
5860
run: pnpm test
5961
- name: Report

.github/workflows/pull_request.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ jobs:
2222
with:
2323
node-version: lts/*
2424
- name: Setup PNPM
25-
uses: pnpm/action-setup@v5
25+
uses: pnpm/action-setup@v6
2626
with:
2727
version: latest
28-
run_install: true
28+
- name: Install
29+
run: pnpm install --ignore-scripts
2930
- name: Test
3031
run: pnpm test
3132
- name: Report

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@
295295
"@babel/register": "7.28.6",
296296
"@commitlint/cli": "latest",
297297
"@commitlint/config-conventional": "latest",
298-
"@ksmithut/prettier-standard": "latest",
299298
"babel-loader": "10.1.1",
300299
"babel-plugin-istanbul": "8.0.0",
301300
"babel-plugin-react-html-attrs": "~3.0.5",
@@ -381,7 +380,6 @@
381380
},
382381
"nano-staged": {
383382
"*.js": [
384-
"prettier-standard",
385383
"standard --fix"
386384
],
387385
"package.json": [

0 commit comments

Comments
 (0)