We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8997be6 commit a803cb1Copy full SHA for a803cb1
.harness/ci.yaml
@@ -46,13 +46,12 @@ pipeline:
46
redis-server --daemonize yes
47
- step:
48
type: Action
49
- name: Set up Nodejs
+ name: Set up Node.js
50
identifier: Set_up_Nodejs
51
spec:
52
- uses: actions/setup-node@v4
+ uses: dcodeIO/setup-node-nvm@master
53
with:
54
- node-version: "20"
55
- cache: npm
+ node-version: lts/*
56
57
type: Run
58
name: npm ci
0 commit comments