Skip to content

Commit

Permalink
feat(node): forward NODE_OPTIONS if set (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin committed May 22, 2023
1 parent cff18c8 commit 0b3b56f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions runtimes/node/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,17 @@ runtimes:
- name: NODE_EXTRA_CA_CERTS
value: ${env.NODE_EXTRA_CA_CERTS}
optional: true
- name: NODE_OPTIONS
value: ${env.NODE_OPTIONS}
optional: true
linter_environment:
- name: PATH
list: ["${linter}/node_modules/.bin"]
- name: NODE_PATH
value: ${linter}/node_modules
- name: NODE_OPTIONS
value: ${env.NODE_OPTIONS}
optional: true
known_good_version: 18.12.1
version_commands:
- run: node --version
Expand Down

0 comments on commit 0b3b56f

Please sign in to comment.