eslint-plugin-primer-react 0.0.0-20260722211726 → 0.0.0-20260723113417

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.gitattributes ADDED
@@ -0,0 +1 @@
1
+ .github/workflows/*.lock.yml linguist-generated=true merge=ours
@@ -0,0 +1,9 @@
1
+ {
2
+ "entries": {
3
+ "github/gh-aw-actions/setup@v0.82.14": {
4
+ "repo": "github/gh-aw-actions/setup",
5
+ "version": "v0.82.14",
6
+ "sha": "b6d1443e05b8716267fa19425b99aa4f12006b4a"
7
+ }
8
+ }
9
+ }
@@ -11,7 +11,7 @@ jobs:
11
11
  steps:
12
12
  - uses: actions/checkout@v7
13
13
  - name: Use Node.js
14
- uses: actions/setup-node@v7
14
+ uses: actions/setup-node@v4
15
15
  with:
16
16
  node-version: 20
17
17
  cache: 'npm'
@@ -23,7 +23,7 @@ jobs:
23
23
  steps:
24
24
  - uses: actions/checkout@v7
25
25
  - name: Use Node.js
26
- uses: actions/setup-node@v7
26
+ uses: actions/setup-node@v4
27
27
  with:
28
28
  node-version: 20
29
29
  cache: 'npm'
@@ -35,7 +35,7 @@ jobs:
35
35
  steps:
36
36
  - uses: actions/checkout@v7
37
37
  - name: Use Node.js
38
- uses: actions/setup-node@v7
38
+ uses: actions/setup-node@v4
39
39
  with:
40
40
  node-version: 20
41
41
  cache: 'npm'