File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1111 types : [published]
1212
1313permissions :
14+ id-token : write # Required for OIDC
1415 contents : read
1516
1617jobs :
2122 (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/ts-v')) ||
2223 (github.event_name == 'release' && startsWith(github.event.release.tag_name, 'ts-v'))
2324
24- permissions :
25- contents : read
26- id-token : write # Required for NPM provenance
27-
2825 steps :
2926 - uses : actions/checkout@v4
3027
3431 registry-url : " https://registry.npmjs.org"
3532 scope : " @i7m"
3633
34+ - name : Update npm
35+ # Ensure npm 11.5.1 or later for trusted publishing
36+ run : npm install -g npm@latest
37+
3738 - name : Install dependencies and build
3839 working-directory : ./instagram-ts
3940 run : npm ci && npm run build
You can’t perform that action at this time.
0 commit comments