We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7d6919 commit 51d81d4Copy full SHA for 51d81d4
1 file changed
.github/workflows/build-windows.yml
@@ -13,7 +13,6 @@ on:
13
14
# Variables de entorno globales
15
env:
16
- NODE_OPTIONS: "--max-old-space-size=4096"
17
GO_VERSION: '1.21'
18
NODE_VERSION: '20'
19
@@ -29,12 +28,13 @@ jobs:
29
28
with:
30
submodules: recursive
31
32
- # 2. Setup Go
+ # 2. Setup Go con cache de dependencias
33
- name: Setup Go
34
uses: actions/setup-go@v5
35
36
go-version: ${{ env.GO_VERSION }}
37
cache: true
+ cache-dependency-path: go.sum
38
39
# 3. Setup pnpm
40
- name: Setup pnpm
0 commit comments