File tree 2 files changed +8
-11
lines changed
2 files changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,13 @@ jobs:
11
11
steps :
12
12
- uses : actions/checkout@v4
13
13
- uses : pnpm/action-setup@v4
14
- - uses : actions/setup-node@v3
14
+ - uses : actions/setup-node@v4
15
15
with :
16
- node-version : 18
16
+ node-version : ' lts/* '
17
17
registry-url : ' https://registry.npmjs.org'
18
18
cache : ' pnpm'
19
- cache-dependency-path : ' **/pnpm-lock.yaml'
20
- - run : pnpm install --frozen-lockfile
21
- - run : npm test
22
- - run : npm run compile
19
+ - run : pnpm install
20
+ - run : pnpm run compile
23
21
- run : npm publish
24
22
env :
25
23
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 10
10
steps :
11
11
- uses : actions/checkout@v4
12
12
- uses : pnpm/action-setup@v4
13
- - uses : actions/setup-node@v3
13
+ - uses : actions/setup-node@v4
14
14
with :
15
- node-version : 18
15
+ node-version : ' lts/* '
16
16
cache : ' pnpm'
17
- cache-dependency-path : ' **/pnpm-lock.yaml'
18
- - run : pnpm install --frozen-lockfile
19
- - run : npm test
17
+ - run : pnpm install
18
+ - run : pnpm test
You can’t perform that action at this time.
0 commit comments