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
1010 strategy :
1111 matrix :
12- node-version : [18.x, 20.x]
12+ node-version : [18.x, 20.x, 24.x ]
1313
1414 steps :
1515 - name : Checkout code
Original file line number Diff line number Diff line change 2222 - name : Setup Node.js
2323 uses : actions/setup-node@v6
2424 with :
25- node-version : 20.x
25+ node-version : ' 24 '
2626 registry-url : ' https://registry.npmjs.org'
2727
2828 - name : Install dependencies
3232 run : npm run build --workspace=@spine-event-engine/validation-ts
3333 # This runs: buf generate → patch → tsc (via prepublishOnly)
3434
35- - name : Publish to npm with provenance
36- run : npm publish --workspace=@spine-event-engine/validation-ts --provenance --access public
35+ - name : Perform publishing to NPM registry
36+ run : npm publish --workspace=@spine-event-engine/validation-ts
You can’t perform that action at this time.
0 commit comments