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 packages : write
1515 strategy :
1616 matrix :
17- node-version : [12 .x]
17+ node-version : [16 .x]
1818 steps :
1919 - uses : actions/checkout@v2
2020 - name : Use Node.js ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 44 types : [created]
55jobs :
66 build :
7- runs-on : ubuntu-latest
8- permissions :
7+ runs-on : ubuntu-latest
8+ permissions :
99 contents : read
10- packages : write
10+ packages : write
1111 steps :
1212 - uses : actions/checkout@v2
1313 # Setup .npmrc file to publish to GitHub Packages
1414 - uses : actions/setup-node@v2
1515 with :
16- node-version : ' 12 .x'
16+ node-version : ' 16 .x'
1717 registry-url : ' https://npm.pkg.github.com'
18- - run : yarn
18+ - run : yarn
19+ env :
20+ NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1921 - run : yarn build
2022 - run : yarn publish
2123 env :
22- NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
24+ NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 11{
22 "name" : " @internxt/lib" ,
3- "version" : " 1.1.5 " ,
3+ "version" : " 1.1.6 " ,
44 "description" : " Common logic shared between different projects of Internxt " ,
55 "main" : " dist/src/index.js" ,
66 "types" : " dist/src/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments