File tree 2 files changed +4
-3
lines changed 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 27
27
needs : test
28
28
permissions :
29
29
contents : write
30
+ id-token : write
30
31
steps :
31
32
- uses : actions/checkout@v4
32
33
- uses : actions/setup-node@v4
37
38
- run : yarn install --frozen-lockfile
38
39
- run : yarn ci
39
40
40
- - run : npm publish
41
+ - run : npm publish --provenance --access public
41
42
env :
42
43
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
43
44
Original file line number Diff line number Diff line change 1
1
{
2
2
"type" : " module" ,
3
3
"name" : " url-normalize" ,
4
- "version" : " 2.1.0 " ,
4
+ "version" : " 2.1.1 " ,
5
5
"license" : " MIT" ,
6
6
"scripts" : {
7
7
"build" : " rm -rf dist && pkgroll --minify && ls -lah dist" ,
8
- "test" : " tsc --noEmit && uvu -r tsm tests/" ,
8
+ "test" : " uvu -r tsm tests/" ,
9
9
"test-cov" : " c8 --include=src yarn test" ,
10
10
"test-watch" : " watchexec -e ts 'clear && yarn test'" ,
11
11
"bench" : " node --loader tsm --no-warnings benchmark.ts" ,
You can’t perform that action at this time.
0 commit comments