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.
2 parents 73e1388 + 3805c51 commit 4a59086Copy full SHA for 4a59086
.github/workflows/check-dist.yml
@@ -4,6 +4,8 @@
4
# For our project, we generate this file through a build process from other source files.
5
# We need to make sure the checked-in `index.js` actually matches what we expect it to be.
6
name: Check dist/
7
+permissions:
8
+ contents: read
9
10
on:
11
push:
@@ -24,7 +26,7 @@ jobs:
24
26
- uses: actions/checkout@v4
25
27
28
- name: Set Node.js 16.x
- uses: actions/setup-node@v4.2.0
29
+ uses: actions/setup-node@v4.4.0
30
with:
31
node-version: 16.x
32
.github/workflows/test.yml
@@ -1,4 +1,6 @@
1
name: "Test"
2
3
pull_request:
workflow_dispatch:
0 commit comments