Skip to content

Commit 7ed0296

Browse files
committed
fix typo
1 parent 5256feb commit 7ed0296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
vscode-version: [minimum, stable, insiders]
6767
env:
6868
VSCODE_TEST_VERSION: ${{ matrix.vscode-version }}
69-
NODE_OPTIONS: '--max-old-space-size=8192 ----experimental-modules'
69+
NODE_OPTIONS: '--max-old-space-size=8192 --experimental-modules'
7070
AWS_TOOLKIT_TEST_CACHE_DIR: '/tmp/.vscode-test/'
7171
AWS_TOOLKIT_TEST_USER_DIR: '/tmp/.vscode-test/user-data/'
7272
steps:

0 commit comments

Comments
 (0)