File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ jobs:
11
11
- uses : actions/setup-node@v3
12
12
with :
13
13
node-version : 18
14
- registry-url : " https://registry.npmjs.org"
14
+ registry-url : ' https://registry.npmjs.org'
15
15
- name : Cache node_modules
16
16
uses : actions/cache@v3
17
17
with :
18
18
path : node_modules
19
19
key : ${{ runner.os }}-${{ env.NODE_VERSION }}-node_modules-${{ hashFiles('**/package-lock.json') }}
20
20
- name : Install dependencies
21
- run : npm install && npm run bootstrap
21
+ run : npm install
22
22
- name : Run tests
23
23
run : >
24
24
cd packages/tailwindcss-language-server &&
Original file line number Diff line number Diff line change 18
18
path : node_modules
19
19
key : ${{ runner.os }}-${{ env.NODE_VERSION }}-node_modules-${{ hashFiles('**/package-lock.json') }}
20
20
- name : Install dependencies
21
- run : npm install && npm run bootstrap
21
+ run : npm install
22
22
- name : Run tests
23
23
run : >
24
24
cd packages/tailwindcss-language-server &&
You can’t perform that action at this time.
0 commit comments