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 47d6139 commit ca8ad93Copy full SHA for ca8ad93
.github/workflows/pr.yml
@@ -9,6 +9,9 @@ jobs:
9
test:
10
runs-on: ubuntu-latest
11
12
+ permissions:
13
+ contents: read
14
+
15
strategy:
16
matrix:
17
node-version: [18.x, 20.x, 22.x]
.github/workflows/release.yml
@@ -8,6 +8,9 @@ jobs:
8
@@ -32,6 +35,10 @@ jobs:
32
35
publish-npm:
33
36
needs: test
34
37
38
39
40
41
42
steps:
43
- uses: actions/checkout@v2
44
- uses: actions/setup-node@v1
0 commit comments