Skip to content

Commit 51d81d4

Browse files
authored
Update build-windows.yml
1 parent b7d6919 commit 51d81d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ on:
1313

1414
# Variables de entorno globales
1515
env:
16-
NODE_OPTIONS: "--max-old-space-size=4096"
1716
GO_VERSION: '1.21'
1817
NODE_VERSION: '20'
1918

@@ -29,12 +28,13 @@ jobs:
2928
with:
3029
submodules: recursive
3130

32-
# 2. Setup Go
31+
# 2. Setup Go con cache de dependencias
3332
- name: Setup Go
3433
uses: actions/setup-go@v5
3534
with:
3635
go-version: ${{ env.GO_VERSION }}
3736
cache: true
37+
cache-dependency-path: go.sum
3838

3939
# 3. Setup pnpm
4040
- name: Setup pnpm

0 commit comments

Comments
 (0)