File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 27
27
registry-url : ' https://registry.npmjs.org'
28
28
29
29
- name : Run npm ci
30
- run : npm ci --omit= optional
30
+ run : npm install # npm install instead of npm ci is used to prevent unsupported platform errors due to the fsevents sub-dependency --no- optional
31
31
32
32
- name : Setup project
33
33
run : npm run build
Original file line number Diff line number Diff line change 17
17
node-version : 18
18
18
19
19
- name : Install dependencies
20
- run : npm ci --omit= optional
20
+ run : npm install # npm install instead of npm ci is used to prevent unsupported platform errors due to the fsevents sub-dependency --no- optional
21
21
22
22
- name : Run Prettier check
23
23
run : npx prettier --check .
Original file line number Diff line number Diff line change 19
19
node-version : 18
20
20
21
21
- name : Install dependencies
22
- run : npm ci --omit= optional
22
+ run : npm install # npm install instead of npm ci is used to prevent unsupported platform errors due to the fsevents sub-dependency --no- optional
23
23
24
24
- name : Setup Deno
25
25
uses : denolib/setup-deno@v2
Original file line number Diff line number Diff line change 19
19
node-version : 18
20
20
21
21
- name : Install dependencies
22
- run : npm ci --omit= optional
22
+ run : npm install # npm install instead of npm ci is used to prevent unsupported platform errors due to the fsevents sub-dependency --no- optional
23
23
24
24
- name : Setup Deno
25
25
uses : denolib/setup-deno@v2
Original file line number Diff line number Diff line change 19
19
node-version : 18
20
20
21
21
- name : Install dependencies
22
- run : npm ci --omit=optional
22
+ run : npm install # npm install instead of npm ci is used to prevent unsupported platform errors due to the fsevents sub-dependency
23
23
24
24
- name : Setup Deno
25
25
uses : denolib/setup-deno@v2
You can’t perform that action at this time.
0 commit comments