We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb349d6 commit 11d378bCopy full SHA for 11d378b
.harness/ci-cd.yaml
@@ -37,13 +37,12 @@ pipeline:
37
steps:
38
- step:
39
type: Action
40
- name: Set up Nodejs
+ name: Set up Node.js
41
identifier: Set_up_Nodejs
42
spec:
43
- uses: actions/setup-node@v4
+ uses: dcodeIO/setup-node-nvm@master
44
with:
45
- node-version: "20"
46
- cache: npm
+ node-version: lts/*
47
48
type: Run
49
name: npm ci
0 commit comments