mirror of
				https://github.com/theoludwig/theoludwig.git
				synced 2025-10-14 20:23:25 +02:00 
			
		
		
		
	chore: remove usage of styled-jsx
				
					
				
			This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/analyze.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/analyze.yml
									
									
									
									
										vendored
									
									
								
							| @@ -16,12 +16,12 @@ jobs: | ||||
|         language: ['javascript'] | ||||
|  | ||||
|     steps: | ||||
|       - uses: 'actions/checkout@v3.0.0' | ||||
|       - uses: 'actions/checkout@v3.1.0' | ||||
|  | ||||
|       - name: 'Initialize CodeQL' | ||||
|         uses: 'github/codeql-action/init@v1' | ||||
|         uses: 'github/codeql-action/init@v2' | ||||
|         with: | ||||
|           languages: ${{ matrix.language }} | ||||
|  | ||||
|       - name: 'Perform CodeQL Analysis' | ||||
|         uses: 'github/codeql-action/analyze@v1' | ||||
|         uses: 'github/codeql-action/analyze@v2' | ||||
|   | ||||
							
								
								
									
										6
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @@ -10,12 +10,12 @@ jobs: | ||||
|   build: | ||||
|     runs-on: 'ubuntu-latest' | ||||
|     steps: | ||||
|       - uses: 'actions/checkout@v3.0.0' | ||||
|       - uses: 'actions/checkout@v3.1.0' | ||||
|  | ||||
|       - name: 'Use Node.js' | ||||
|         uses: 'actions/setup-node@v3.0.0' | ||||
|         uses: 'actions/setup-node@v3.5.1' | ||||
|         with: | ||||
|           node-version: '16.x' | ||||
|           node-version: '18.x' | ||||
|           cache: 'npm' | ||||
|  | ||||
|       - name: 'Install' | ||||
|   | ||||
							
								
								
									
										6
									
								
								.github/workflows/lint.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/lint.yml
									
									
									
									
										vendored
									
									
								
							| @@ -10,12 +10,12 @@ jobs: | ||||
|   lint: | ||||
|     runs-on: 'ubuntu-latest' | ||||
|     steps: | ||||
|       - uses: 'actions/checkout@v3.0.0' | ||||
|       - uses: 'actions/checkout@v3.1.0' | ||||
|  | ||||
|       - name: 'Use Node.js' | ||||
|         uses: 'actions/setup-node@v3.0.0' | ||||
|         uses: 'actions/setup-node@v3.5.1' | ||||
|         with: | ||||
|           node-version: '16.x' | ||||
|           node-version: '18.x' | ||||
|           cache: 'npm' | ||||
|  | ||||
|       - name: 'Install' | ||||
|   | ||||
							
								
								
									
										6
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -8,7 +8,7 @@ jobs: | ||||
|   release: | ||||
|     runs-on: 'ubuntu-latest' | ||||
|     steps: | ||||
|       - uses: 'actions/checkout@v3.0.0' | ||||
|       - uses: 'actions/checkout@v3.1.0' | ||||
|         with: | ||||
|           fetch-depth: 0 | ||||
|           persist-credentials: false | ||||
| @@ -21,9 +21,9 @@ jobs: | ||||
|           git_commit_gpgsign: true | ||||
|  | ||||
|       - name: 'Use Node.js' | ||||
|         uses: 'actions/setup-node@v3.0.0' | ||||
|         uses: 'actions/setup-node@v3.5.1' | ||||
|         with: | ||||
|           node-version: '16.x' | ||||
|           node-version: '18.x' | ||||
|           cache: 'npm' | ||||
|  | ||||
|       - name: 'Install' | ||||
|   | ||||
							
								
								
									
										18
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										18
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							| @@ -10,12 +10,12 @@ jobs: | ||||
|   test-unit: | ||||
|     runs-on: 'ubuntu-latest' | ||||
|     steps: | ||||
|       - uses: 'actions/checkout@v3.0.0' | ||||
|       - uses: 'actions/checkout@v3.1.0' | ||||
|  | ||||
|       - name: 'Use Node.js' | ||||
|         uses: 'actions/setup-node@v3.0.0' | ||||
|         uses: 'actions/setup-node@v3.5.1' | ||||
|         with: | ||||
|           node-version: '16.x' | ||||
|           node-version: '18.x' | ||||
|           cache: 'npm' | ||||
|  | ||||
|       - name: 'Install' | ||||
| @@ -27,12 +27,12 @@ jobs: | ||||
|   test-lighthouse: | ||||
|     runs-on: 'ubuntu-latest' | ||||
|     steps: | ||||
|       - uses: 'actions/checkout@v3.0.0' | ||||
|       - uses: 'actions/checkout@v3.1.0' | ||||
|  | ||||
|       - name: 'Use Node.js' | ||||
|         uses: 'actions/setup-node@v3.0.0' | ||||
|         uses: 'actions/setup-node@v3.5.1' | ||||
|         with: | ||||
|           node-version: '16.x' | ||||
|           node-version: '18.x' | ||||
|           cache: 'npm' | ||||
|  | ||||
|       - name: 'Install' | ||||
| @@ -52,12 +52,12 @@ jobs: | ||||
|   test-e2e: | ||||
|     runs-on: 'ubuntu-latest' | ||||
|     steps: | ||||
|       - uses: 'actions/checkout@v3.0.0' | ||||
|       - uses: 'actions/checkout@v3.1.0' | ||||
|  | ||||
|       - name: 'Use Node.js' | ||||
|         uses: 'actions/setup-node@v3.0.0' | ||||
|         uses: 'actions/setup-node@v3.5.1' | ||||
|         with: | ||||
|           node-version: '16.x' | ||||
|           node-version: '18.x' | ||||
|           cache: 'npm' | ||||
|  | ||||
|       - name: 'Install' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user