Skip to content

Commit 2fb68ae

Browse files
committed
silence buffer ctor deprecation warnings
1 parent 6f4afce commit 2fb68ae

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/dev-containers.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ jobs:
172172
docker ps -a;
173173
- name: Run Tests
174174
shell: bash
175+
env:
176+
NODE_NO_WARNINGS: ${{ env.TEST_STANDALONE_PKG }}
175177
run: |
176178
if [[ "$TEST_STANDALONE_PKG" == "1" ]]; then
177179
chmod +x ${ARTIFACT_PATH}/${ARTIFACT_NAME};

0 commit comments

Comments
 (0)