File tree Expand file tree Collapse file tree 2 files changed +29
-29
lines changed Expand file tree Collapse file tree 2 files changed +29
-29
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-22.04
10
10
strategy :
11
11
matrix :
12
- node-version : latest
12
+ node-version : [ latest]
13
13
steps :
14
14
- uses : actions/checkout@v4
15
15
- name : Install pnpm
30
30
runs-on : ubuntu-22.04
31
31
strategy :
32
32
matrix :
33
- node-version : latest
33
+ node-version : [ latest]
34
34
steps :
35
35
- uses : actions/checkout@v4
36
36
- name : Install pnpm
52
52
runs-on : ubuntu-22.04
53
53
strategy :
54
54
matrix :
55
- node-version : latest
55
+ node-version : [ latest]
56
56
steps :
57
57
- uses : actions/checkout@v4
58
58
- name : Install pnpm
Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
publish :
10
- name : Format
11
- runs-on : ubuntu-22.04
12
- strategy :
13
- matrix :
14
- node-version : latest
15
- steps :
16
- - uses : actions/checkout@v4
17
- - name : Install pnpm
18
- uses : pnpm/action-setup@v4
19
- with :
20
- version : 10
21
- - name : Use Node.js ${{ matrix.node-version }}
22
- uses : actions/setup-node@v4
23
- with :
24
- node-version : ${{ matrix.node-version }}
25
- cache : ' pnpm'
26
- - name : Install dependencies
27
- run : pnpm install --frozen-lockfile
28
- - name : Create Release Pull Request or Publish to npm
29
- id : changesets
30
- uses : changesets/action@v1
31
- with :
32
- publish : pnpm changeset publish
33
- env :
34
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
35
- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
10
+ name : Format
11
+ runs-on : ubuntu-22.04
12
+ strategy :
13
+ matrix :
14
+ node-version : [ latest]
15
+ steps :
16
+ - uses : actions/checkout@v4
17
+ - name : Install pnpm
18
+ uses : pnpm/action-setup@v4
19
+ with :
20
+ version : 10
21
+ - name : Use Node.js ${{ matrix.node-version }}
22
+ uses : actions/setup-node@v4
23
+ with :
24
+ node-version : ${{ matrix.node-version }}
25
+ cache : ' pnpm'
26
+ - name : Install dependencies
27
+ run : pnpm install --frozen-lockfile
28
+ - name : Create Release Pull Request or Publish to npm
29
+ id : changesets
30
+ uses : changesets/action@v1
31
+ with :
32
+ publish : pnpm changeset publish
33
+ env :
34
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
35
+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments