File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 16
16
- uses : actions/setup-node@v4
17
17
with :
18
18
node-version : 20
19
+ - run : corepack enable
19
20
- run : yarn install --immutable
20
21
# - run: npm test
21
22
31
32
with :
32
33
node-version : 20
33
34
registry-url : https://registry.npmjs.org/
35
+ - run : corepack enable
34
36
- run : yarn install --immutable
35
- - run : yarn workspace @jdeniau/immutable-devtools npm publish --provenance
37
+ - run : npm publish --provenance
38
+ working-directory : ./packages/devtools
36
39
env :
37
40
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 32
32
},
33
33
"repository" : {
34
34
"type" : " git" ,
35
- "url" : " git+https://github.com/jdeniau /immutable-devtools"
35
+ "url" : " git+https://github.com/immutable-js /immutable-devtools.git "
36
36
}
37
37
}
You can’t perform that action at this time.
0 commit comments