mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	Backport #30577 Enable npm dependency cache in [setup-node](https://github.com/actions/setup-node). This should work reliably and across branches as well. --------- Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
		
							
								
								
									
										12
									
								
								.github/workflows/pull-compliance.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.github/workflows/pull-compliance.yml
									
									
									
									
										vendored
									
									
								
							@@ -58,9 +58,11 @@ jobs:
 | 
				
			|||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v4
 | 
					      - uses: actions/checkout@v4
 | 
				
			||||||
      - uses: actions/setup-node@v3
 | 
					      - uses: actions/setup-node@v4
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          node-version: 20
 | 
					          node-version: 20
 | 
				
			||||||
 | 
					          cache: npm
 | 
				
			||||||
 | 
					          cache-dependency-path: package-lock.json
 | 
				
			||||||
      - run: make deps-frontend
 | 
					      - run: make deps-frontend
 | 
				
			||||||
      - run: make lint-swagger
 | 
					      - run: make lint-swagger
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -127,9 +129,11 @@ jobs:
 | 
				
			|||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v4
 | 
					      - uses: actions/checkout@v4
 | 
				
			||||||
      - uses: actions/setup-node@v3
 | 
					      - uses: actions/setup-node@v4
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          node-version: 20
 | 
					          node-version: 20
 | 
				
			||||||
 | 
					          cache: npm
 | 
				
			||||||
 | 
					          cache-dependency-path: package-lock.json
 | 
				
			||||||
      - run: make deps-frontend
 | 
					      - run: make deps-frontend
 | 
				
			||||||
      - run: make lint-frontend
 | 
					      - run: make lint-frontend
 | 
				
			||||||
      - run: make checks-frontend
 | 
					      - run: make checks-frontend
 | 
				
			||||||
@@ -174,9 +178,11 @@ jobs:
 | 
				
			|||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v4
 | 
					      - uses: actions/checkout@v4
 | 
				
			||||||
      - uses: actions/setup-node@v3
 | 
					      - uses: actions/setup-node@v4
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          node-version: 20
 | 
					          node-version: 20
 | 
				
			||||||
 | 
					          cache: npm
 | 
				
			||||||
 | 
					          cache-dependency-path: package-lock.json
 | 
				
			||||||
      - run: make deps-frontend
 | 
					      - run: make deps-frontend
 | 
				
			||||||
      - run: make lint-md
 | 
					      - run: make lint-md
 | 
				
			||||||
      - run: make docs
 | 
					      - run: make docs
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										4
									
								
								.github/workflows/pull-e2e-tests.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/pull-e2e-tests.yml
									
									
									
									
										vendored
									
									
								
							@@ -21,9 +21,11 @@ jobs:
 | 
				
			|||||||
        with:
 | 
					        with:
 | 
				
			||||||
          go-version: "~1.21"
 | 
					          go-version: "~1.21"
 | 
				
			||||||
          check-latest: true
 | 
					          check-latest: true
 | 
				
			||||||
      - uses: actions/setup-node@v3
 | 
					      - uses: actions/setup-node@v4
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          node-version: 20
 | 
					          node-version: 20
 | 
				
			||||||
 | 
					          cache: npm
 | 
				
			||||||
 | 
					          cache-dependency-path: package-lock.json
 | 
				
			||||||
      - run: make deps-frontend frontend deps-backend
 | 
					      - run: make deps-frontend frontend deps-backend
 | 
				
			||||||
      - run: npx playwright install --with-deps
 | 
					      - run: npx playwright install --with-deps
 | 
				
			||||||
      - run: make test-e2e-sqlite
 | 
					      - run: make test-e2e-sqlite
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										4
									
								
								.github/workflows/release-nightly.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/release-nightly.yml
									
									
									
									
										vendored
									
									
								
							@@ -20,9 +20,11 @@ jobs:
 | 
				
			|||||||
        with:
 | 
					        with:
 | 
				
			||||||
          go-version: "~1.21"
 | 
					          go-version: "~1.21"
 | 
				
			||||||
          check-latest: true
 | 
					          check-latest: true
 | 
				
			||||||
      - uses: actions/setup-node@v3
 | 
					      - uses: actions/setup-node@v4
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          node-version: 20
 | 
					          node-version: 20
 | 
				
			||||||
 | 
					          cache: npm
 | 
				
			||||||
 | 
					          cache-dependency-path: package-lock.json
 | 
				
			||||||
      - run: make deps-frontend deps-backend
 | 
					      - run: make deps-frontend deps-backend
 | 
				
			||||||
      # xgo build
 | 
					      # xgo build
 | 
				
			||||||
      - run: make release
 | 
					      - run: make release
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										4
									
								
								.github/workflows/release-tag-rc.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/release-tag-rc.yml
									
									
									
									
										vendored
									
									
								
							@@ -21,9 +21,11 @@ jobs:
 | 
				
			|||||||
        with:
 | 
					        with:
 | 
				
			||||||
          go-version: "~1.21"
 | 
					          go-version: "~1.21"
 | 
				
			||||||
          check-latest: true
 | 
					          check-latest: true
 | 
				
			||||||
      - uses: actions/setup-node@v3
 | 
					      - uses: actions/setup-node@v4
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          node-version: 20
 | 
					          node-version: 20
 | 
				
			||||||
 | 
					          cache: npm
 | 
				
			||||||
 | 
					          cache-dependency-path: package-lock.json
 | 
				
			||||||
      - run: make deps-frontend deps-backend
 | 
					      - run: make deps-frontend deps-backend
 | 
				
			||||||
      # xgo build
 | 
					      # xgo build
 | 
				
			||||||
      - run: make release
 | 
					      - run: make release
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										4
									
								
								.github/workflows/release-tag-version.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/release-tag-version.yml
									
									
									
									
										vendored
									
									
								
							@@ -23,9 +23,11 @@ jobs:
 | 
				
			|||||||
        with:
 | 
					        with:
 | 
				
			||||||
          go-version: "~1.21"
 | 
					          go-version: "~1.21"
 | 
				
			||||||
          check-latest: true
 | 
					          check-latest: true
 | 
				
			||||||
      - uses: actions/setup-node@v3
 | 
					      - uses: actions/setup-node@v4
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          node-version: 20
 | 
					          node-version: 20
 | 
				
			||||||
 | 
					          cache: npm
 | 
				
			||||||
 | 
					          cache-dependency-path: package-lock.json
 | 
				
			||||||
      - run: make deps-frontend deps-backend
 | 
					      - run: make deps-frontend deps-backend
 | 
				
			||||||
      # xgo build
 | 
					      # xgo build
 | 
				
			||||||
      - run: make release
 | 
					      - run: make release
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user