Skip to content

Commit 5c22942

Browse files
committed
ci: stick on pnpm@7
1 parent ca4f98f commit 5c22942

File tree

6 files changed

+3088
-3896
lines changed

6 files changed

+3088
-3896
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ jobs:
4242
cache: pnpm
4343

4444
- name: Install
45-
run: pnpm install
45+
run: pnpm install --prefer-frozen-lockfile
4646

4747
- name: Install ESLint ${{ matrix.node }}
4848
if: ${{ matrix.eslint != 9 }}
49-
run: pnpm install -D eslint@${{ matrix.eslint }} eslint-plugin-svelte@2 svelte@3
49+
run: pnpm install -D eslint@${{ matrix.eslint }} @graphql-eslint/eslint-plugin@3 eslint-plugin-svelte@2 svelte@3 vue-eslint-parser@9
5050

5151
- name: Test
5252
run: pnpm mocha

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
cache: pnpm
2121

2222
- name: Install Dependencies
23-
run: pnpm install
23+
run: pnpm install --prefer-frozen-lockfile
2424

2525
- name: Create Release Pull Request or Publish to npm
2626
id: changesets

.remarkrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

.remarkrc.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import preset from '@1stg/remark-preset';
2+
3+
export default {
4+
plugins: [preset],
5+
};

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"funding": "https://opencollective.com/eslint-plugin-prettier",
1212
"license": "MIT",
13-
"packageManager": "pnpm@10.6.5",
13+
"packageManager": "pnpm@7.33.5",
1414
"engines": {
1515
"node": "^14.18.0 || >=16.0.0"
1616
},
@@ -45,7 +45,7 @@
4545
"format": "prettier --write . && pnpm lint --fix",
4646
"lint": "eslint . --cache --max-warnings 10",
4747
"prepare": "simple-git-hooks",
48-
"release": "pnpm check && mocha && && clean-pkg-json changeset publish",
48+
"release": "pnpm check && mocha && clean-pkg-json changeset publish",
4949
"test": "pnpm lint && mocha"
5050
},
5151
"peerDependencies": {

0 commit comments

Comments
 (0)