File tree Expand file tree Collapse file tree 4 files changed +14
-8
lines changed Expand file tree Collapse file tree 4 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 99 contents : read
1010 id-token : write
1111 steps :
12- - name : Setup Node.js 22
13- uses : actions/setup-node@v4
12+ - name : Setup Node.js 24
13+ uses : actions/setup-node@v5
1414 with :
15- node-version : 22
15+ node-version : 24
1616 registry-url : https://registry.npmjs.org/
1717 - name : Checkout Repository
1818 uses : actions/checkout@v4
2121 - name : Run Tests
2222 run : npm test
2323 - name : Publish Package to NPM Registry
24- run : npm publish --provenance
25- env :
26- NODE_AUTH_TOKEN : ${{secrets.NPM_SECRET}}
24+ run : npm publish
Original file line number Diff line number Diff line change 1+ # 13.15.23
2+
3+ ### Fixes, New Locales and Enhancements
4+
5+ - ** Doc fixes and others:**
6+ - [ #2631 ] ( https://github.com/validatorjs/validator.js/pull/2631 ) @WikiRik
7+
8+
19# 13.15.22
210
311### Fixes, New Locales and Enhancements
Original file line number Diff line number Diff line change 11{
22 "name" : " validator" ,
33 "description" : " String validation and sanitization" ,
4- "version" : " 13.15.22 " ,
4+ "version" : " 13.15.23 " ,
55 "sideEffects" : false ,
66 "homepage" : " https://github.com/validatorjs/validator.js" ,
77 "files" : [
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ import isStrongPassword from './lib/isStrongPassword';
130130
131131import isVAT from './lib/isVAT' ;
132132
133- const version = '13.15.22 ' ;
133+ const version = '13.15.23 ' ;
134134
135135const validator = {
136136 version,
You can’t perform that action at this time.
0 commit comments