File tree Expand file tree Collapse file tree 2 files changed +8
-11
lines changed
Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,13 @@ jobs:
1111 steps :
1212 - uses : actions/checkout@v4
1313 - uses : pnpm/action-setup@v4
14- - uses : actions/setup-node@v3
14+ - uses : actions/setup-node@v4
1515 with :
16- node-version : 18
16+ node-version : ' lts/* '
1717 registry-url : ' https://registry.npmjs.org'
1818 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
2321 - run : npm publish
2422 env :
2523 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 1010 steps :
1111 - uses : actions/checkout@v4
1212 - uses : pnpm/action-setup@v4
13- - uses : actions/setup-node@v3
13+ - uses : actions/setup-node@v4
1414 with :
15- node-version : 18
15+ node-version : ' lts/* '
1616 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