File tree 8 files changed +34
-6
lines changed
generators/pnpm-ci/assets/workflows
presets/aiou/assets/workflows/pnpm
8 files changed +34
-6
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @aiou/generator-pnpm-ci " : patch
3
+ " @aiou/preset-aiou " : patch
4
+ ---
5
+
6
+ pin pnpm version
Original file line number Diff line number Diff line change
1
+ ---
2
+ " @aiou/generator-pnpm-ci " : patch
3
+ " @aiou/preset-aiou " : patch
4
+ ---
5
+
6
+ github workflows require permissions https://github.com/changesets/action/issues/220#issuecomment-1396656742
Original file line number Diff line number Diff line change 24
24
with :
25
25
node-version : ${{ matrix.node-version }}
26
26
- name : Install pnpm
27
- run : npm i pnpm@latest -g
27
+ run : npm i pnpm@7.32.1 -g
28
28
- name : Install
29
29
run : |
30
30
pnpm install --frozen-lockfile=false
Original file line number Diff line number Diff line change 14
14
version :
15
15
timeout-minutes : 15
16
16
runs-on : ubuntu-latest
17
+ permissions :
18
+ contents : write
19
+ packages : write
20
+ pull-requests : write
17
21
steps :
18
22
- name : checkout code repository
19
23
uses : actions/checkout@v2
24
28
with :
25
29
node-version : 14
26
30
- name : install pnpm
27
- run : npm i pnpm@latest -g
31
+ run : npm i pnpm@7.32.1 -g
28
32
- name : install dependencies
29
33
run : pnpm install --frozen-lockfile=false
30
34
- name : create and publish versions
Original file line number Diff line number Diff line change 12
12
version :
13
13
timeout-minutes : 15
14
14
runs-on : ubuntu-latest
15
+ permissions :
16
+ contents : write
17
+ packages : write
18
+ pull-requests : write
15
19
steps :
16
20
- name : checkout code repository
17
21
uses : actions/checkout@v2
22
26
with :
23
27
node-version : 14
24
28
- name : install pnpm
25
- run : npm i pnpm@latest -g
29
+ run : npm i pnpm@7.32.1 -g
26
30
- name : install dependencies
27
31
run : pnpm install --frozen-lockfile=false
28
32
- name : create and publish versions
Original file line number Diff line number Diff line change 24
24
with :
25
25
node-version : ${{ matrix.node-version }}
26
26
- name : Install pnpm
27
- run : npm i pnpm@latest -g
27
+ run : npm i pnpm@7.32.0 -g
28
28
- name : Install
29
29
run : |
30
30
pnpm install --frozen-lockfile=false
Original file line number Diff line number Diff line change 11
11
version :
12
12
timeout-minutes : 15
13
13
runs-on : ubuntu-latest
14
+ permissions :
15
+ contents : write
16
+ packages : write
17
+ pull-requests : write
14
18
steps :
15
19
- name : checkout code repository
16
20
uses : actions/checkout@v2
21
25
with :
22
26
node-version : 14
23
27
- name : install pnpm
24
- run : npm i pnpm@latest -g
28
+ run : npm i pnpm@7.32.0 -g
25
29
- name : install dependencies
26
30
run : pnpm install --frozen-lockfile=false
27
31
- name : create and publish versions
Original file line number Diff line number Diff line change 9
9
version :
10
10
timeout-minutes : 15
11
11
runs-on : ubuntu-latest
12
+ permissions :
13
+ contents : write
14
+ packages : write
15
+ pull-requests : write
12
16
steps :
13
17
- name : checkout code repository
14
18
uses : actions/checkout@v2
19
23
with :
20
24
node-version : 14
21
25
- name : install pnpm
22
- run : npm i pnpm@latest -g
26
+ run : npm i pnpm@7.32.0 -g
23
27
- name : install dependencies
24
28
run : pnpm install --frozen-lockfile=false
25
29
- name : create and publish versions
You can’t perform that action at this time.
0 commit comments