We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1217797 commit 5bc1864Copy full SHA for 5bc1864
.circleci/config.yml
@@ -36,14 +36,17 @@ jobs:
36
type: executor
37
node-version:
38
type: string
39
+ version:
40
+ type: string
41
executor: << parameters.os >>
42
steps:
43
- checkout
44
- node/install:
45
node-version: << parameters.node-version >>.0
46
install-yarn: false
47
install-npm: true
- - run: npm install -g npm@\^9
48
+ environment:
49
+ NODE_PARAM_NPM_VERSION: <<parameters.version>>
50
- install
51
- test-node
52
@@ -65,6 +68,8 @@ workflows:
65
68
- test:
66
69
matrix:
67
70
parameters:
71
72
+ - "9.7.1"
73
os:
74
- linux
75
0 commit comments