Skip to content

Commit 5bc1864

Browse files
committed
add npm version
1 parent 1217797 commit 5bc1864

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.circleci/config.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,17 @@ jobs:
3636
type: executor
3737
node-version:
3838
type: string
39+
version:
40+
type: string
3941
executor: << parameters.os >>
4042
steps:
4143
- checkout
4244
- node/install:
4345
node-version: << parameters.node-version >>.0
4446
install-yarn: false
4547
install-npm: true
46-
- run: npm install -g npm@\^9
48+
environment:
49+
NODE_PARAM_NPM_VERSION: <<parameters.version>>
4750
- install
4851
- test-node
4952

@@ -65,6 +68,8 @@ workflows:
6568
- test:
6669
matrix:
6770
parameters:
71+
version:
72+
- "9.7.1"
6873
os:
6974
- linux
7075
node-version:

0 commit comments

Comments
 (0)