File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 release :
1010 name : Release
1111 runs-on : ubuntu-latest
12+ permissions :
13+ contents : write
14+ pull-requests : write
15+ id-token : write
1216 steps :
1317 - name : Checkout Repo
1418 uses : actions/checkout@v4
1519 with :
1620 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1721 fetch-depth : 0
1822
19- - name : Setup Node.js 16 .x
23+ - name : Setup Node.js 24 .x
2024 uses : actions/setup-node@v4
2125 with :
22- node-version : 16 .x
26+ node-version : 24 .x
2327
2428 - name : Install Dependencies
2529 run : npm i
3034 publish : npm run publish-changeset
3135 env :
3236 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
33- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
37+ NPM_TOKEN : " "
Original file line number Diff line number Diff line change 66 "license" : " MIT" ,
77 "repository" : {
88 "type" : " git" ,
9- "url" : " https://github.com/apollo-server-integrations/apollo-server-integration-koa"
9+ "url" : " git+ https://github.com/apollo-server-integrations/apollo-server-integration-koa.git "
1010 },
1111 "keywords" : [
1212 " GraphQL" ,
You can’t perform that action at this time.
0 commit comments