deps(deps-dev): bump the development group across 1 directory with 7 updates #582
Annotations
2 errors and 1 warning
|
Run tests
Process completed with exit code 1.
|
|
Run tests:
src/test/unit/package-installability.test.ts#L109
AssertionError: expected '\n publish:\n name: Publish packa…' to contain 'id-token: write'
- Expected
+ Received
- id-token: write
+
+ publish:
+ name: Publish package
+ needs: verify
+ runs-on: ubuntu-latest
+ environment: npm-publish
+ permissions:
+ contents: read
+ steps:
+ - name: Setup Node.js
+ uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
+ with:
+ node-version: "24.x"
+ registry-url: "https://registry.npmjs.org"
+ package-manager-cache: false
+
+ - name: Download npm package artifact
+ uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
+ with:
+ name: npm-package
+
+ - name: Publish to npm
+ run: npm publish *.tgz --access public
+ env:
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+
❯ src/test/unit/package-installability.test.ts:109:24
|
|
Upload test results
No files were found with the provided path: coverage/
test-results/. No artifacts will be uploaded.
|
background
wait
wait-all
cancel
parallel
Loading