Update node version (#10639)
This commit is contained in:
		
							parent
							
								
									83d0f819be
								
							
						
					
					
						commit
						5a8748b2b0
					
				
					 5 changed files with 7 additions and 7 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/api-misskey-js.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/api-misskey-js.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -16,7 +16,7 @@ jobs:
 | 
			
		|||
      - name: Setup Node.js
 | 
			
		||||
        uses: actions/setup-node@v3.6.0
 | 
			
		||||
        with:
 | 
			
		||||
          node-version: 18.x
 | 
			
		||||
          node-version-file: '.node-version'
 | 
			
		||||
          cache: 'pnpm'
 | 
			
		||||
 | 
			
		||||
      - name: Install dependencies
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										6
									
								
								.github/workflows/lint.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/lint.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -21,7 +21,7 @@ jobs:
 | 
			
		|||
        run_install: false
 | 
			
		||||
    - uses: actions/setup-node@v3.6.0
 | 
			
		||||
      with:
 | 
			
		||||
        node-version: 18.x
 | 
			
		||||
        node-version-file: '.node-version'
 | 
			
		||||
        cache: 'pnpm'
 | 
			
		||||
    - run: corepack enable
 | 
			
		||||
    - run: pnpm i --frozen-lockfile
 | 
			
		||||
| 
						 | 
				
			
			@ -48,7 +48,7 @@ jobs:
 | 
			
		|||
        run_install: false
 | 
			
		||||
    - uses: actions/setup-node@v3.6.0
 | 
			
		||||
      with:
 | 
			
		||||
        node-version: 18.x
 | 
			
		||||
        node-version-file: '.node-version'
 | 
			
		||||
        cache: 'pnpm'
 | 
			
		||||
    - run: corepack enable
 | 
			
		||||
    - run: pnpm i --frozen-lockfile
 | 
			
		||||
| 
						 | 
				
			
			@ -74,7 +74,7 @@ jobs:
 | 
			
		|||
        run_install: false
 | 
			
		||||
    - uses: actions/setup-node@v3.6.0
 | 
			
		||||
      with:
 | 
			
		||||
        node-version: 18.x
 | 
			
		||||
        node-version-file: '.node-version'
 | 
			
		||||
        cache: 'pnpm'
 | 
			
		||||
    - run: corepack enable
 | 
			
		||||
    - run: pnpm i --frozen-lockfile
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										2
									
								
								.github/workflows/storybook.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/storybook.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -25,7 +25,7 @@ jobs:
 | 
			
		|||
    - name: Use Node.js 18.x
 | 
			
		||||
      uses: actions/setup-node@v3.6.0
 | 
			
		||||
      with:
 | 
			
		||||
        node-version: 18.x
 | 
			
		||||
        node-version-file: '.node-version'
 | 
			
		||||
        cache: 'pnpm'
 | 
			
		||||
    - run: corepack enable
 | 
			
		||||
    - run: pnpm i --frozen-lockfile
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1 +1 @@
 | 
			
		|||
v18.13.0
 | 
			
		||||
18.16.0
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
# syntax = docker/dockerfile:1.4
 | 
			
		||||
 | 
			
		||||
ARG NODE_VERSION=18.13.0-bullseye
 | 
			
		||||
ARG NODE_VERSION=18.16.0-bullseye
 | 
			
		||||
 | 
			
		||||
# build assets & compile TypeScript
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue