File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Node/NPM CI
1+ name : Node/NPM CI
22
3- on :
4- push :
5- branches :
6- - master
3+ on :
4+ push :
5+ branches :
6+ - master
77
8- permissions :
9- id-token : write # Required for Trusted Publishing
10- contents : write # Required to create releases and push tags
11- actions : read # used by nx-set-shas
12- pull-requests : write # Required to comment on PRs
8+ permissions :
9+ id-token : write # Required for Trusted Publishing
10+ contents : write # Required to create releases and push tags
11+ actions : read # used by nx-set-shas
12+ pull-requests : write # Required to comment on PRs
1313
14- jobs :
15- build :
16- runs-on : ubuntu-latest
17- strategy :
18- matrix :
19- node-version : [20.x]
20- steps :
14+ jobs :
15+ build :
16+ runs-on : ubuntu-latest
17+ steps :
2118 - uses : actions/checkout@v4
2219
23- - name : Use Node.js ${{ matrix.node-version }}
20+ - name : Use Node.js 24.11.0
2421 uses : actions/setup-node@v4
2522 with :
26- node-version : ${{ matrix.node-version }}
27- registry-url : ' https://registry.npmjs.org'
23+ node-version : " 24.11.0 "
24+ registry-url : " https://registry.npmjs.org"
2825
2926 - name : Publish to npm with provenance
3027 run : npm publish --provenance --access public
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments