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 3d5d91bCopy full SHA for 3d5d91b
.circleci/config.yml
@@ -36,14 +36,15 @@ 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
- install
49
- test-node
50
@@ -65,6 +66,8 @@ workflows:
65
66
- test:
67
matrix:
68
parameters:
69
70
+ - "9.7.1"
71
os:
72
- linux
73
0 commit comments