Update node Docker tag to v21 #9
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -7,7 +7,7 @@ jobs:
 | 
				
			||||||
  build:
 | 
					  build:
 | 
				
			||||||
    runs-on: docker
 | 
					    runs-on: docker
 | 
				
			||||||
    container:
 | 
					    container:
 | 
				
			||||||
      image: node:16-bullseye # Required by actions/checkout and actions/upload-artifact
 | 
					      image: node:21-bullseye # Required by actions/checkout and actions/upload-artifact
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v3
 | 
					      - uses: actions/checkout@v3
 | 
				
			||||||
      - name: Install dependencies
 | 
					      - name: Install dependencies
 | 
				
			||||||
| 
						 | 
					@ -23,7 +23,7 @@ jobs:
 | 
				
			||||||
    needs: [build]
 | 
					    needs: [build]
 | 
				
			||||||
    runs-on: docker
 | 
					    runs-on: docker
 | 
				
			||||||
    container:
 | 
					    container:
 | 
				
			||||||
      image: node:16-bullseye # Required by actions/download-artifact
 | 
					      image: node:21-bullseye # Required by actions/download-artifact
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/download-artifact@v3
 | 
					      - uses: actions/download-artifact@v3
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue