File tree 2 files changed +4
-20
lines changed
2 files changed +4
-20
lines changed Original file line number Diff line number Diff line change 98
98
- name : Setup Go
99
99
uses : ./.github/actions/setup-go
100
100
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
111
103
112
104
- name : Install nsis and zstd
113
105
run : sudo apt-get install -y nsis zstd
Original file line number Diff line number Diff line change 69
69
- name : Setup Go
70
70
uses : ./.github/actions/setup-go
71
71
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
82
74
83
75
- name : Setup sqlc
84
76
uses : ./.github/actions/setup-sqlc
You can’t perform that action at this time.
0 commit comments