File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
updates :
3
- - package-ecosystem : " github-actions"
4
- directory : " / "
3
+ - package-ecosystem : ' github-actions'
4
+ directory : ' / '
5
5
schedule :
6
- interval : " monthly"
7
- day : " monday"
8
- - package-ecosystem : " npm"
9
- directory : " / "
6
+ interval : ' monthly'
7
+ day : ' monday'
8
+ - package-ecosystem : ' npm'
9
+ directory : ' / '
10
10
schedule :
11
- interval : " monthly"
12
- day : " monday"
11
+ interval : ' monthly'
12
+ day : ' monday'
Original file line number Diff line number Diff line change 27
27
node-version : ' 22'
28
28
registry-url : ' https://registry.npmjs.org'
29
29
cache : npm
30
- scope : " @socketregistry"
30
+ scope : ' @socketregistry'
31
31
- run : npm install -g npm@latest
32
32
- run : npm ci
33
33
- run : npm publish --provenance --access public
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ concurrency:
20
20
21
21
jobs :
22
22
test :
23
- name : " Tests"
23
+ name : ' Tests'
24
24
uses : SocketDev/workflows/.github/workflows/reusable-base.yml@master
25
25
with :
26
26
no-lockfile : true
You can’t perform that action at this time.
0 commit comments