Skip to content

Commit e484c89

Browse files
committed
ci: pnpm changed pnpm which node result
1 parent 952a2fd commit e484c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
// Install dependencies defined in codeEditorIntegrationDependencies of this file WITHOUT saving them to the lock file
136136
'code-editor:install-tools-at-top-level': 'CODE_EDITOR_INSTALL=1 npm_config_save=false npm_config_lockfile=false pnpm --workspace-root install --prefer-offline',
137137
'code-editor:jetbrains:fix-eslint-at-top-level': 'ln -sf ./this-file-should-not-exist-please-delete-me ./package.json',
138-
'code-editor:symlink-default-node': 'ln -sf "$(readlink -f $(pnpm which node))" ./infra/node',
138+
'code-editor:symlink-default-node': 'ln -sf "$(readlink -f ./node_modules/node/bin/node)" ./infra/node',
139139
},
140140

141141
/**

0 commit comments

Comments
 (0)