File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1212concurrency : ${{ github.workflow }}-${{ github.ref }}
1313
1414env :
15- NODE_VERSION : 20.4 .0
15+ NODE_VERSION : 20.18 .0
1616
1717jobs :
1818 release :
4343 - name : Install dependencies
4444 run : yarn install --frozen-lockfile
4545
46+ - name : Update npm to latest
47+ run : npm install -g npm@latest
48+
4649 - name : Determine NPM tag
4750 id : determine-tag
4851 run : |
6265 - name : Publish to NPM
6366 run : npm publish --provenance --tag ${{ env.NPM_TAG }}
6467 env :
65- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
66- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
68+ NPM_TOKEN : ' ' # Empty string forces OIDC
Original file line number Diff line number Diff line change 11{
22 "name" : " @shopify/flash-list" ,
3- "version" : " 2.2.0 " ,
3+ "version" : " 2.2.1 " ,
44 "keywords" : [
55 " react-native" ,
66 " recyclerview" ,
You can’t perform that action at this time.
0 commit comments