File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v4
1515 - uses : actions/setup-node@v4
1616 with :
17- node-version : 20
17+ node-version : 24
1818 cache : ' npm'
1919 - run : npm ci
2020 - run : npm run lint
2525 - uses : actions/checkout@v4
2626 - uses : actions/setup-node@v4
2727 with :
28- node-version : 20
28+ node-version : 24
2929 cache : ' npm'
3030 - run : npm ci
3131 - run : npm test
5353
5454 - uses : actions/setup-node@v4
5555 with :
56- node-version : 20
56+ node-version : 24
5757 registry-url : ' https://registry.npmjs.org'
5858 if : ${{ steps.release.outputs.releases_created == 'true' }}
5959
6464 if : ${{ steps.release.outputs.releases_created == 'true' }}
6565
6666 - run : npm exec -c publish-packages
67- env :
68- NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
6967 if : ${{ steps.release.outputs.releases_created == 'true' }}
You can’t perform that action at this time.
0 commit comments