We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5256feb commit 7ed0296Copy full SHA for 7ed0296
.github/workflows/node.js.yml
@@ -66,7 +66,7 @@ jobs:
66
vscode-version: [minimum, stable, insiders]
67
env:
68
VSCODE_TEST_VERSION: ${{ matrix.vscode-version }}
69
- NODE_OPTIONS: '--max-old-space-size=8192 ----experimental-modules'
+ NODE_OPTIONS: '--max-old-space-size=8192 --experimental-modules'
70
AWS_TOOLKIT_TEST_CACHE_DIR: '/tmp/.vscode-test/'
71
AWS_TOOLKIT_TEST_USER_DIR: '/tmp/.vscode-test/user-data/'
72
steps:
0 commit comments