Skip to content

Commit a803cb1

Browse files
Update pipeline javascript-commons
1 parent 8997be6 commit a803cb1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.harness/ci.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,12 @@ pipeline:
4646
redis-server --daemonize yes
4747
- step:
4848
type: Action
49-
name: Set up Nodejs
49+
name: Set up Node.js
5050
identifier: Set_up_Nodejs
5151
spec:
52-
uses: actions/setup-node@v4
52+
uses: dcodeIO/setup-node-nvm@master
5353
with:
54-
node-version: "20"
55-
cache: npm
54+
node-version: lts/*
5655
- step:
5756
type: Run
5857
name: npm ci

0 commit comments

Comments
 (0)