File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 2323 uses : pnpm/action-setup@v4
2424 - name : Install Node.js
2525 uses : actions/setup-node@v6
26- with :
27- cache : pnpm
2826 - name : Install Packages
2927 run : pnpm install --legacy-peer-deps
3028 - name : Lint
4543 uses : actions/setup-node@v6
4644 with :
4745 node-version : ${{ matrix.node }}
48- cache : pnpm
4946 - name : Install Packages
5047 run : pnpm install
5148 - name : Test
6360 uses : actions/setup-node@v6
6461 with :
6562 node-version : 18
66- cache : pnpm
6763 - name : Install Packages
6864 run : pnpm install
6965 - name : Install ESLint v8
8177 uses : pnpm/action-setup@v4
8278 - name : Install Node.js
8379 uses : actions/setup-node@v6
84- with :
85- cache : pnpm
8680 - name : Install Packages
8781 run : pnpm install
8882 - name : Uninstall @stylistic/eslint-plugin
10397 uses : pnpm/action-setup@v4
10498 - name : Install Node.js
10599 uses : actions/setup-node@v6
106- with :
107- cache : pnpm
108100 - name : Install Packages
109101 run : pnpm install
110102 - name : Install @stylistic/eslint-plugin v${{ matrix.stylistic }}
@@ -122,8 +114,6 @@ jobs:
122114 uses : pnpm/action-setup@v4
123115 - name : Install Node.js
124116 uses : actions/setup-node@v6
125- with :
126- cache : pnpm
127117 - name : Install Packages
128118 run : pnpm install
129119 - name : Install @typescript-eslint/parser v7
Original file line number Diff line number Diff line change 2626 uses : actions/setup-node@v6
2727 with :
2828 node-version : 24
29- cache : pnpm
3029 - name : Install Dependencies
3130 run : pnpm install
3231
Original file line number Diff line number Diff line change 2121 uses : actions/setup-node@v6
2222 with :
2323 node-version : 18
24- cache : pnpm
2524 - name : Install Packages
2625 run : pnpm install
2726 - name : Update
You can’t perform that action at this time.
0 commit comments