Commit 1e81873 1 parent b4a8d85 commit 1e81873 Copy full SHA for 1e81873
File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 23
23
uses : actions/setup-node@v3
24
24
with :
25
25
node-version : 20.5.0
26
- - uses : bahmutov/ npm-install@v1
26
+ - run : npm ci
27
27
- run : npm run format
28
28
- run : npm run build
29
29
Original file line number Diff line number Diff line change 13
13
steps :
14
14
- name : Checkout
15
15
uses : actions/checkout@v4
16
- - uses : bahmutov/ npm-install@v1
16
+ - run : npm ci
17
17
- run : npm run check:markdown
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ jobs:
163
163
- name : Checkout
164
164
uses : actions/checkout@v4
165
165
- name : Install dependencies
166
- uses : bahmutov/ npm-install@v1
166
+ run : npm ci
167
167
- name : Run ping from CLI
168
168
run : node src/ping-cli https://example.cypress.io
169
169
Original file line number Diff line number Diff line change 19
19
# Node.js minor version is aligned to
20
20
# https://github.com/actions/runner/blob/main/src/Misc/externals.sh
21
21
node-version : 20.5.0
22
- - uses : bahmutov/ npm-install@v1
22
+ - run : npm ci
23
23
- run : npm run format
24
24
- run : npm run build
25
25
- run : npm test
35
35
steps :
36
36
- name : Checkout
37
37
uses : actions/checkout@v4
38
- - uses : bahmutov/ npm-install@v1
38
+ - run : npm ci
39
39
# https://github.com/cycjimmy/semantic-release-action
40
40
- name : Semantic Release
41
41
uses : cycjimmy/semantic-release-action@v3
You can’t perform that action at this time.
0 commit comments