Skip to content

Commit b2b0dcc

Browse files
committed
Update node-gyp
1 parent 32786c8 commit b2b0dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/devnet_teleport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version: '10.6'
2323
- name: Install package
2424
run: |
25-
mkdir build && mkdir build/contracts && cp abis/*json build/contracts && npm ci --no-audit
25+
mkdir build && mkdir build/contracts && cp abis/*json build/contracts && npm i -g [email protected] && npm ci --no-audit
2626
2727
- name: Build
2828
run: npm run build

0 commit comments

Comments
 (0)