File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ jobs:
1111 - uses : actions/setup-node@v3
1212 with :
1313 node-version : 18
14- registry-url : " https://registry.npmjs.org"
14+ registry-url : ' https://registry.npmjs.org'
1515 - name : Cache node_modules
1616 uses : actions/cache@v3
1717 with :
1818 path : node_modules
1919 key : ${{ runner.os }}-${{ env.NODE_VERSION }}-node_modules-${{ hashFiles('**/package-lock.json') }}
2020 - name : Install dependencies
21- run : npm install && npm run bootstrap
21+ run : npm install
2222 - name : Run tests
2323 run : >
2424 cd packages/tailwindcss-language-server &&
Original file line number Diff line number Diff line change 1818 path : node_modules
1919 key : ${{ runner.os }}-${{ env.NODE_VERSION }}-node_modules-${{ hashFiles('**/package-lock.json') }}
2020 - name : Install dependencies
21- run : npm install && npm run bootstrap
21+ run : npm install
2222 - name : Run tests
2323 run : >
2424 cd packages/tailwindcss-language-server &&
You can’t perform that action at this time.
0 commit comments