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 6a3ba92 commit 5b6c803Copy full SHA for 5b6c803
.github/workflows/publish.yaml
@@ -48,6 +48,13 @@ jobs:
48
needs: check
49
if: needs.check.outputs.VERSION_EXISTS == 'false'
50
steps:
51
+ - uses: GitHubSecurityLab/actions-permissions/monitor@v1
52
+ - uses: actions/checkout@v4
53
+ - uses: actions/setup-node@v4
54
+ with:
55
+ node-version-file: package.json
56
+ registry-url: "https://registry.npmjs.org"
57
+ cache: "npm"
58
- name: Build package
59
run: |
60
npm ci
0 commit comments