Skip to content

Commit 3d5d91b

Browse files
committed
add npm version
1 parent 1217797 commit 3d5d91b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,15 @@ 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
4748
- install
4849
- test-node
4950

@@ -65,6 +66,8 @@ workflows:
6566
- test:
6667
matrix:
6768
parameters:
69+
version:
70+
- "9.7.1"
6871
os:
6972
- linux
7073
node-version:

0 commit comments

Comments
 (0)