Update to node20
This commit is contained in:
		
							parent
							
								
									1beeb572c1
								
							
						
					
					
						commit
						a4bae284e7
					
				@ -40,5 +40,5 @@ outputs:
 | 
				
			|||||||
  browser_download_url:
 | 
					  browser_download_url:
 | 
				
			||||||
    description: 'The publicly available URL of the asset.'
 | 
					    description: 'The publicly available URL of the asset.'
 | 
				
			||||||
runs:
 | 
					runs:
 | 
				
			||||||
  using: 'node16'
 | 
					  using: 'node20'
 | 
				
			||||||
  main: 'dist/index.js'
 | 
					  main: 'dist/index.js'
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										19
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										19
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							@ -19,7 +19,7 @@
 | 
				
			|||||||
        "@octokit/types": "^9.2.3",
 | 
					        "@octokit/types": "^9.2.3",
 | 
				
			||||||
        "@types/glob": "^8",
 | 
					        "@types/glob": "^8",
 | 
				
			||||||
        "@types/jest": "^29",
 | 
					        "@types/jest": "^29",
 | 
				
			||||||
        "@types/node": "^16",
 | 
					        "@types/node": "^20",
 | 
				
			||||||
        "@typescript-eslint/parser": "^6",
 | 
					        "@typescript-eslint/parser": "^6",
 | 
				
			||||||
        "@vercel/ncc": "^0.36.1",
 | 
					        "@vercel/ncc": "^0.36.1",
 | 
				
			||||||
        "eslint": "^8",
 | 
					        "eslint": "^8",
 | 
				
			||||||
@ -1703,10 +1703,13 @@
 | 
				
			|||||||
      "dev": true
 | 
					      "dev": true
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/@types/node": {
 | 
					    "node_modules/@types/node": {
 | 
				
			||||||
      "version": "16.18.39",
 | 
					      "version": "20.9.3",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.39.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.3.tgz",
 | 
				
			||||||
      "integrity": "sha512-8q9ZexmdYYyc5/cfujaXb4YOucpQxAV4RMG0himLyDUOEr8Mr79VrqsFI+cQ2M2h89YIuy95lbxuYjxT4Hk4kQ==",
 | 
					      "integrity": "sha512-nk5wXLAXGBKfrhLB0cyHGbSqopS+nz0BUgZkUQqSHSSgdee0kssp1IAqlQOu333bW+gMNs2QREx7iynm19Abxw==",
 | 
				
			||||||
      "dev": true
 | 
					      "dev": true,
 | 
				
			||||||
 | 
					      "dependencies": {
 | 
				
			||||||
 | 
					        "undici-types": "~5.26.4"
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/@types/semver": {
 | 
					    "node_modules/@types/semver": {
 | 
				
			||||||
      "version": "7.5.0",
 | 
					      "version": "7.5.0",
 | 
				
			||||||
@ -7086,6 +7089,12 @@
 | 
				
			|||||||
        "url": "https://github.com/sponsors/ljharb"
 | 
					        "url": "https://github.com/sponsors/ljharb"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 | 
					    "node_modules/undici-types": {
 | 
				
			||||||
 | 
					      "version": "5.26.5",
 | 
				
			||||||
 | 
					      "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
 | 
				
			||||||
 | 
					      "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
 | 
				
			||||||
 | 
					      "dev": true
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
    "node_modules/universal-user-agent": {
 | 
					    "node_modules/universal-user-agent": {
 | 
				
			||||||
      "version": "6.0.0",
 | 
					      "version": "6.0.0",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.0.tgz",
 | 
				
			||||||
 | 
				
			|||||||
@ -37,7 +37,7 @@
 | 
				
			|||||||
    "@octokit/types": "^9.2.3",
 | 
					    "@octokit/types": "^9.2.3",
 | 
				
			||||||
    "@types/glob": "^8",
 | 
					    "@types/glob": "^8",
 | 
				
			||||||
    "@types/jest": "^29",
 | 
					    "@types/jest": "^29",
 | 
				
			||||||
    "@types/node": "^16",
 | 
					    "@types/node": "^20",
 | 
				
			||||||
    "@typescript-eslint/parser": "^6",
 | 
					    "@typescript-eslint/parser": "^6",
 | 
				
			||||||
    "@vercel/ncc": "^0.36.1",
 | 
					    "@vercel/ncc": "^0.36.1",
 | 
				
			||||||
    "eslint": "^8",
 | 
					    "eslint": "^8",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user