Bumped used ci node images
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/pr Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/pr Build is passing
				
			This commit is contained in:
		@@ -22,7 +22,7 @@ get:
 | 
				
			|||||||
---
 | 
					---
 | 
				
			||||||
kind: pipeline
 | 
					kind: pipeline
 | 
				
			||||||
type: kubernetes
 | 
					type: kubernetes
 | 
				
			||||||
name: tests:node_latest
 | 
					name: tests:node
 | 
				
			||||||
clone:
 | 
					clone:
 | 
				
			||||||
  disable: true
 | 
					  disable: true
 | 
				
			||||||
steps:
 | 
					steps:
 | 
				
			||||||
@@ -32,7 +32,7 @@ steps:
 | 
				
			|||||||
      - git clone $DRONE_REMOTE_URL .
 | 
					      - git clone $DRONE_REMOTE_URL .
 | 
				
			||||||
      - git checkout $DRONE_SOURCE_BRANCH
 | 
					      - git checkout $DRONE_SOURCE_BRANCH
 | 
				
			||||||
  - name: run tests
 | 
					  - name: run tests
 | 
				
			||||||
    image: node:latest
 | 
					    image: registry.odit.services/hub/library/node:19.0.1-alpine3.16
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - yarn
 | 
					      - yarn
 | 
				
			||||||
      - yarn test:ci
 | 
					      - yarn test:ci
 | 
				
			||||||
@@ -72,7 +72,7 @@ steps:
 | 
				
			|||||||
      registry: registry.odit.services
 | 
					      registry: registry.odit.services
 | 
				
			||||||
  - name: run changelog export
 | 
					  - name: run changelog export
 | 
				
			||||||
    depends_on: ["clone"]
 | 
					    depends_on: ["clone"]
 | 
				
			||||||
    image: node:latest
 | 
					    image: registry.odit.services/hub/library/node:19.0.1-alpine3.16
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - npx auto-changelog --commit-limit false -p -u --hide-credit
 | 
					      - npx auto-changelog --commit-limit false -p -u --hide-credit
 | 
				
			||||||
  - name: push new changelog to repo
 | 
					  - name: push new changelog to repo
 | 
				
			||||||
@@ -88,7 +88,7 @@ steps:
 | 
				
			|||||||
        from_secret: git_ssh
 | 
					        from_secret: git_ssh
 | 
				
			||||||
  - name: run full license export
 | 
					  - name: run full license export
 | 
				
			||||||
    depends_on: ["clone"]
 | 
					    depends_on: ["clone"]
 | 
				
			||||||
    image: node:14.15.1-alpine3.12
 | 
					    image: registry.odit.services/hub/library/node:19.0.1-alpine3.16
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - yarn
 | 
					      - yarn
 | 
				
			||||||
      - yarn licenses:export
 | 
					      - yarn licenses:export
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user