File tree Expand file tree Collapse file tree 6 files changed +13
-12
lines changed Expand file tree Collapse file tree 6 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 77    runs-on : ubuntu-latest 
88    strategy :
99      matrix :
10-         node-version :
11-           - lts/-1 
12-           - lts/* 
13-           - latest 
14-         react : [16, 17, 18] 
10+         node-version : [20] 
11+         react : [16, 18] 
1512    steps :
1613      - uses : actions/checkout@v3 
1714
3936    runs-on : ubuntu-latest 
4037    strategy :
4138      matrix :
42-         node-version : [20.x ] 
39+         node-version : [20] 
4340        react : [18] 
4441
4542    steps :
4946        run : make ci 
5047
5148      - name : Upload snapshot diffs 
52-         uses : actions/upload-artifact@v3  
49+         uses : actions/upload-artifact@v4  
5350        if : ${{ failure() }} 
5451        with :
5552          name : snapshots-diffs 
6057        run : make updateSnapshot 
6158
6259      - name : Upload snapshots 
63-         uses : actions/upload-artifact@v3  
60+         uses : actions/upload-artifact@v4  
6461        if : ${{ failure() }} 
6562        with :
6663          name : image-snapshots 
Original file line number Diff line number Diff line change 44    branches :
55      - main 
66      - beta 
7+       - v6 
78
89jobs :
910  Release :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN apk update && apk add \
1313  font-roboto \
1414  chromium
1515
16- RUN  npm install -g npm@latest 
16+ RUN  npm install -g npm@10 
1717
1818ENV  DOCKER_WORKSPACE=/markdown
1919WORKDIR  ${DOCKER_WORKSPACE}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN apk update && apk add \
1818  font-roboto \
1919  chromium
2020
21- RUN npm install -g npm@latest 
21+ RUN npm install -g npm@10 
2222
2323ENV DOCKER_WORKSPACE=/markdown
2424WORKDIR ${DOCKER_WORKSPACE}
Original file line number Diff line number Diff line change 1+ >  [ !WARNING] 
2+ >  This is the deprecated v6 branch. It is no longer being actively maintained.
3+ 
14# @readme/markdown   
25
36<img  align =" right "  width =" 26% "  src =" https://owlbertsio-resized.s3.amazonaws.com/Reading.psd.full.png " >
Original file line number Diff line number Diff line change 11{
2-   "name" : " @readme/markdown"  ,
3-   "description" : " ReadMe's React-based Markdown parser"  ,
2+   "name" : " @readme/markdown-legacy "  ,
3+   "description" : " ReadMe's React-based Legacy  Markdown parser"  ,
44  "author" : 
" Rafe Goldberg <[email protected] >" ,
 55  "version" : " 6.87.1"  ,
66  "main" : " dist/main.node.js"  ,
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments