File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ jobs:
22
22
node-version : ${{ matrix.node-version }}
23
23
- run : npm install
24
24
- run : git submodule update --init
25
- - name : update website
26
- if : ${{ github.event_name == 'push' && matrix.node-version == '14.x' }}
27
- run : ./scripts/publish-site
28
- env :
29
- GH_TOKEN_PUBLIC : ${{ secrets.GH_TOKEN_PUBLIC }}
30
- GIT_USER_EMAIL : ${{ secrets.GIT_USER_EMAIL }}
31
- GIT_USER_NAME : ${{ secrets.GIT_USER_NAME }}
25
+ # - name: update website
26
+ # if: ${{ github.event_name == 'push' && matrix.node-version == '14.x' }}
27
+ # run: ./scripts/publish-site
28
+ # env:
29
+ # GH_TOKEN_PUBLIC: ${{ secrets.GH_TOKEN_PUBLIC }}
30
+ # GIT_USER_EMAIL: ${{ secrets.GIT_USER_EMAIL }}
31
+ # GIT_USER_NAME: ${{ secrets.GIT_USER_NAME }}
32
32
- run : npm run build
33
33
- run : npm run test-ci
34
34
- name : coveralls
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ajv" ,
3
- "version" : " 8.6.1 " ,
3
+ "version" : " 8.6.2 " ,
4
4
"description" : " Another JSON Schema Validator" ,
5
5
"main" : " dist/ajv.js" ,
6
6
"types" : " dist/ajv.d.ts" ,
You can’t perform that action at this time.
0 commit comments