File tree 2 files changed +4
-12
lines changed
2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,11 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- uses : actions/checkout@v4
14
+ - uses : pnpm/action-setup@v4
14
15
- uses : actions/setup-node@v4
15
16
with :
16
- node-version : 20
17
- - run : corepack enable
18
- - uses : actions/setup-node@v4
19
- with :
20
- node-version : 20
17
+ node-version : 22
21
18
cache : " pnpm"
22
- cache-dependency-path : " **/pnpm-lock.yaml"
23
19
- run : pnpm install --frozen-lockfile --prefer-offline
24
20
- uses : actions/cache@v4
25
21
with :
Original file line number Diff line number Diff line change @@ -15,16 +15,12 @@ jobs:
15
15
environment : Release
16
16
steps :
17
17
- uses : actions/checkout@v4
18
+ - uses : pnpm/action-setup@v4
18
19
- uses : actions/setup-node@v4
19
20
with :
20
- node-version : 20
21
- - run : corepack enable
22
- - uses : actions/setup-node@v4
23
- with :
24
- node-version : 20
21
+ node-version : 22
25
22
registry-url : " https://registry.npmjs.org"
26
23
cache : " pnpm"
27
- cache-dependency-path : " **/pnpm-lock.yaml"
28
24
- run : pnpm install --frozen-lockfile --prefer-offline
29
25
- run : pnpm build
30
26
- run : pnpm tnode scripts/publish.ts ${{ github.ref_name }}
You can’t perform that action at this time.
0 commit comments