Skip to content

Commit ad513fa

Browse files
committed
chore: fix release and security pipelines
1 parent 7ad944d commit ad513fa

File tree

2 files changed

+4
-20
lines changed

2 files changed

+4
-20
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -98,16 +98,8 @@ jobs:
9898
- name: Setup Go
9999
uses: ./.github/actions/setup-go
100100

101-
- name: Cache Node
102-
id: cache-node
103-
uses: buildjet/cache@v3
104-
with:
105-
path: |
106-
**/node_modules
107-
.eslintcache
108-
key: js-${{ runner.os }}-test-${{ hashFiles('**/yarn.lock') }}
109-
restore-keys: |
110-
js-${{ runner.os }}-
101+
- name: Setup Node
102+
uses: ./.github/actions/setup-node
111103

112104
- name: Install nsis and zstd
113105
run: sudo apt-get install -y nsis zstd

.github/workflows/security.yaml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,8 @@ jobs:
6969
- name: Setup Go
7070
uses: ./.github/actions/setup-go
7171

72-
- name: Cache Node
73-
id: cache-node
74-
uses: buildjet/cache@v3
75-
with:
76-
path: |
77-
**/node_modules
78-
.eslintcache
79-
key: js-${{ runner.os }}-test-${{ hashFiles('**/yarn.lock') }}
80-
restore-keys: |
81-
js-${{ runner.os }}-
72+
- name: Setup Node
73+
uses: ./.github/actions/setup-node
8274

8375
- name: Setup sqlc
8476
uses: ./.github/actions/setup-sqlc

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy