We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4701993 commit 16c9ef5Copy full SHA for 16c9ef5
1 file changed
.github/workflows/publish.yml
@@ -21,12 +21,13 @@ jobs:
21
- uses: actions/checkout@v4
22
- uses: actions/setup-node@v4
23
with:
24
- node-version: 22
+ node-version: 24
25
registry-url: https://registry.npmjs.org
26
+ package-manager-cache: false
27
- run: npm ci
28
- run: npm update @agent-dispatch/core
29
- run: npm run typecheck
30
- run: npm test
31
- run: npm run build
32
- run: npm version "${{ inputs.version }}" --no-git-tag-version --allow-same-version
- - run: npm publish --provenance --access public
33
+ - run: npm publish
0 commit comments