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 c670d60 commit 1017c4dCopy full SHA for 1017c4d
.github/workflows/node.js.yml
@@ -13,6 +13,10 @@ on:
13
14
jobs:
15
build:
16
+ permissions:
17
+ contents: read
18
+ pull-requests: read
19
+
20
runs-on: ubuntu-latest
21
22
strategy:
.github/workflows/npm-publish.yml
@@ -10,6 +10,10 @@ on:
10
11
12
@@ -28,6 +32,10 @@ jobs:
28
32
- run: npm run test -- --browsers=${{ matrix.browser }}
29
33
30
34
publish-npm:
35
36
37
38
31
39
needs: build
40
41
steps:
0 commit comments