Skip to content

Commit 8e447c1

Browse files
committed
ci: silence node deprecation warnings in linter
1 parent 87e31f2 commit 8e447c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
# https://github.com/golangci/golangci-lint-action
2727
- name: Lint
2828
uses: golangci/golangci-lint-action@v9
29+
env:
30+
NODE_OPTIONS: "--no-deprecation"
2931
with:
3032
version: v2.10.1
3133
install-mode: go-install

0 commit comments

Comments
 (0)