File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 node-version : " >=23.6.0"
2323
2424 - name : Install dependencies (with cache)
25- uses : bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb # v1
25+ uses : bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb # v1
2626
2727 # Builds the library and runs the api extractor
2828 - name : Run Api-Extractor
Original file line number Diff line number Diff line change 2424 with :
2525 node-version : " >=23.6.0"
2626 - name : Install dependencies (with cache)
27- uses : bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb # v1
27+ uses : bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb # v1
2828
2929 - name : Run build
3030 run : npm run build
Original file line number Diff line number Diff line change 5050 node-version : " >=23.6.0"
5151
5252 - name : Install dependencies (with cache)
53- uses : bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb # v1
53+ uses : bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb # v1
5454
5555 - name : Run Api-Extractor
5656 run : npm run extract-api
Original file line number Diff line number Diff line change 2323 with :
2424 node-version : " >=23.6.0"
2525 - name : Install dependencies (with cache)
26- uses : bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb # v1
26+ uses : bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb # v1
2727
2828 - name : Run comparison script
2929 id : attw
Original file line number Diff line number Diff line change 2222 node-version : " >=23.6.0"
2323
2424 - name : Install dependencies (with cache)
25- uses : bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb # v1
25+ uses : bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb # v1
2626
2727 - name : Generate documentation model
2828 run : npm run docmodel
Original file line number Diff line number Diff line change 1515 persist-credentials : false
1616 - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
1717 - name : Install dependencies (with cache)
18- uses : bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb # v1
18+ uses : bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb # v1
1919 - name : Run knip
2020 run : npm run knip
Original file line number Diff line number Diff line change 2222 pull-requests : write
2323 id-token : write
2424 steps :
25- - uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
25+ - uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
2626 id : github-actions-bot-app-token
2727 with :
2828 app-id : 819772
Original file line number Diff line number Diff line change 4343 file-filter : " scripts/codemods/ac3-to-ac4/**"
4444
4545 - name : Install dependencies with cache
46- uses : bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb # v1
46+ uses : bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb # v1
4747
4848 - name : Build AC
4949 run : npm run build
Original file line number Diff line number Diff line change @@ -169,13 +169,13 @@ jobs:
169169 runs-on : ubuntu-latest
170170 permissions : {}
171171 steps :
172- - uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
172+ - uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
173173 id : github-actions-bot-app-token
174174 with :
175175 app-id : 819772
176176 private-key : ${{ secrets.APOLLO_GITHUB_ACTIONS_BOT_PRIVATE_KEY }}
177177 repositories : apollo-client-devtools
178- - uses : benc-uk/workflow-dispatch@7a027648b88c2413826b6ddd6c76114894dc5ec4 # v1
178+ - uses : benc-uk/workflow-dispatch@7a027648b88c2413826b6ddd6c76114894dc5ec4 # v1
179179 with :
180180 workflow : update-errorcodes.yml
181181 repo : apollographql/apollo-client-devtools
Original file line number Diff line number Diff line change 3333 - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
3434 with :
3535 node-version : " >=23.6.0"
36- - uses : bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb # v1
36+ - uses : bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb # v1
3737 - run : |
3838 npm install react@${MATRIX_TAG} react-dom@${MATRIX_TAG}
3939 env:
You can’t perform that action at this time.
0 commit comments