mirror of
				https://github.com/Swatinem/rust-cache
				synced 2025-11-03 22:19:10 +00:00 
			
		
		
		
	fix: usage of deprecated version of node (#197)
				
					
				
			This commit is contained in:
		
							parent
							
								
									f7a52f6914
								
							
						
					
					
						commit
						9bdad043e8
					
				
					 1 changed files with 10 additions and 10 deletions
				
			
		
							
								
								
									
										20
									
								
								.github/workflows/check-dist.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										20
									
								
								.github/workflows/check-dist.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -1,15 +1,15 @@
 | 
				
			||||||
name: check dist/
 | 
					name: check dist/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
on:
 | 
					on:
 | 
				
			||||||
   push:
 | 
					  push:
 | 
				
			||||||
     branches:
 | 
					    branches:
 | 
				
			||||||
       - master
 | 
					      - master
 | 
				
			||||||
     paths-ignore:
 | 
					    paths-ignore:
 | 
				
			||||||
       - '**.md'
 | 
					      - "**.md"
 | 
				
			||||||
   pull_request:
 | 
					  pull_request:
 | 
				
			||||||
     paths-ignore:
 | 
					    paths-ignore:
 | 
				
			||||||
       - '**.md'
 | 
					      - "**.md"
 | 
				
			||||||
   workflow_dispatch:
 | 
					  workflow_dispatch:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  check-dist:
 | 
					  check-dist:
 | 
				
			||||||
| 
						 | 
					@ -18,7 +18,7 @@ jobs:
 | 
				
			||||||
      - uses: actions/checkout@v4
 | 
					      - uses: actions/checkout@v4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Setup Node.js 20.x
 | 
					      - name: Setup Node.js 20.x
 | 
				
			||||||
        uses: actions/setup-node@v3
 | 
					        uses: actions/setup-node@v4
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          node-version: 20.x
 | 
					          node-version: 20.x
 | 
				
			||||||
          cache: npm
 | 
					          cache: npm
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue