Skip to content

Commit 49105e6

Browse files
committed
Try to update circleci
1 parent 61071ec commit 49105e6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
orbs:
4-
node: circleci/node@5.1.0
4+
node: circleci/node@7.1.0
55

66
commands:
77
install-volta:
@@ -32,13 +32,14 @@ commands:
3232

3333
jobs:
3434
NodeJS:
35+
executor: node/<<parameters.node-version>>
3536
parameters:
3637
node-version:
3738
type: string
3839
docker:
3940
- image: cimg/base:stable
4041
steps:
41-
- setup-node:
42+
- node/install:
4243
node-version: <<parameters.node-version>>
4344
- run: npm run build
4445
- run: npm run test:ci

0 commit comments

Comments
 (0)