mirror of
				https://github.com/docker/setup-qemu-action.git
				synced 2025-10-31 09:10:10 +08:00 
			
		
		
		
	chore: update to node 20
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									4e6079cccb
								
							
						
					
					
						commit
						09e9b55aff
					
				| @ -1,6 +1,6 @@ | |||||||
| # syntax=docker/dockerfile:1 | # syntax=docker/dockerfile:1 | ||||||
| 
 | 
 | ||||||
| ARG NODE_VERSION=16 | ARG NODE_VERSION=20 | ||||||
| 
 | 
 | ||||||
| FROM node:${NODE_VERSION}-alpine AS base | FROM node:${NODE_VERSION}-alpine AS base | ||||||
| RUN apk add --no-cache cpio findutils git | RUN apk add --no-cache cpio findutils git | ||||||
|  | |||||||
| @ -31,7 +31,7 @@ | |||||||
|     "@docker/actions-toolkit": "^0.3.0" |     "@docker/actions-toolkit": "^0.3.0" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@types/node": "^16.18.21", |     "@types/node": "^20.5.9", | ||||||
|     "@typescript-eslint/eslint-plugin": "^5.56.0", |     "@typescript-eslint/eslint-plugin": "^5.56.0", | ||||||
|     "@typescript-eslint/parser": "^5.56.0", |     "@typescript-eslint/parser": "^5.56.0", | ||||||
|     "@vercel/ncc": "^0.36.1", |     "@vercel/ncc": "^0.36.1", | ||||||
|  | |||||||
| @ -1044,10 +1044,10 @@ | |||||||
|   resolved "https://registry.yarnpkg.com/@types/node/-/node-18.14.0.tgz#94c47b9217bbac49d4a67a967fdcdeed89ebb7d0" |   resolved "https://registry.yarnpkg.com/@types/node/-/node-18.14.0.tgz#94c47b9217bbac49d4a67a967fdcdeed89ebb7d0" | ||||||
|   integrity sha512-5EWrvLmglK+imbCJY0+INViFWUHg1AHel1sq4ZVSfdcNqGy9Edv3UB9IIzzg+xPaUcAgZYcfVs2fBcwDeZzU0A== |   integrity sha512-5EWrvLmglK+imbCJY0+INViFWUHg1AHel1sq4ZVSfdcNqGy9Edv3UB9IIzzg+xPaUcAgZYcfVs2fBcwDeZzU0A== | ||||||
| 
 | 
 | ||||||
| "@types/node@^16.18.21": | "@types/node@^20.5.9": | ||||||
|   version "16.18.23" |   version "20.5.9" | ||||||
|   resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.23.tgz#b6e934fe427eb7081d0015aad070acb3373c3c90" |   resolved "https://registry.yarnpkg.com/@types/node/-/node-20.5.9.tgz#a70ec9d8fa0180a314c3ede0e20ea56ff71aed9a" | ||||||
|   integrity sha512-XAMpaw1s1+6zM+jn2tmw8MyaRDIJfXxqmIQIS0HfoGYPuf7dUWeiUKopwq13KFX9lEp1+THGtlaaYx39Nxr58g== |   integrity sha512-PcGNd//40kHAS3sTlzKB9C9XL4K0sTup8nbG5lC14kzEteTNuAFh9u5nA0o5TWnSG2r/JNPRXFVcHJIIeRlmqQ== | ||||||
| 
 | 
 | ||||||
| "@types/prettier@^2.1.5": | "@types/prettier@^2.1.5": | ||||||
|   version "2.7.2" |   version "2.7.2" | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 CrazyMax
						CrazyMax