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 61071ec commit 49105e6Copy full SHA for 49105e6
.circleci/config.yml
@@ -1,7 +1,7 @@
1
version: 2.1
2
3
orbs:
4
- node: circleci/node@5.1.0
+ node: circleci/node@7.1.0
5
6
commands:
7
install-volta:
@@ -32,13 +32,14 @@ commands:
32
33
jobs:
34
NodeJS:
35
+ executor: node/<<parameters.node-version>>
36
parameters:
37
node-version:
38
type: string
39
docker:
40
- image: cimg/base:stable
41
steps:
- - setup-node:
42
+ - node/install:
43
node-version: <<parameters.node-version>>
44
- run: npm run build
45
- run: npm run test:ci
0 commit comments