Skip to content

Commit fb76b70

Browse files
committed
chore: Update GitHub action
1 parent 2320866 commit fb76b70

File tree

3 files changed

+9375
-6237
lines changed

3 files changed

+9375
-6237
lines changed

.github/workflows/nodejs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ jobs:
1616
uses: actions/setup-node@v1
1717
with:
1818
node-version: ${{ matrix.node-version }}
19-
- run: npm install
19+
- run: npm i -g npm
20+
# Removing node_modules and package-lock.json is a workaround for some Rollup on Linux bug
21+
- run: |
22+
rm -rf node_modules package-lock.json
23+
npm install
2024
- run: npm test
2125
env:
2226
CI: true

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@vitejs/plugin-vue": "^6.0.1",
3232
"esno": "^4.8.0",
3333
"fast-glob": "^3.3.3",
34-
"flexsearch": "^0.8.205",
34+
"flexsearch": "^0.7.3",
3535
"https-localhost": "^4.7.1",
3636
"markdown-it": "^14.1.0",
3737
"sass": "^1.89.2",

0 commit comments

Comments
 (0)