Skip to content

Commit 1a56a03

Browse files
committed
add environment var
1 parent 3d5d91b commit 1a56a03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
type: string
4141
executor: << parameters.os >>
4242
steps:
43+
environment:
44+
NODE_PARAM_NPM_VERSION: <<parameters.version>>
4345
- checkout
4446
- node/install:
4547
node-version: << parameters.node-version >>.0

0 commit comments

Comments
 (0)