Skip to content

Commit bb17c0f

Browse files
authored
fix: Bump some deps (#425)
* Bump some deps * Update ava * Update axios and playwright * Update chokidar * Update webdriver-io * Update electron * nanoid 4 * nanoid 5 * husky 8 * husky 9 * Stay on husky 8 * Update sass * Bump node * Bump finder * Bump socketio
1 parent 21d35b0 commit bb17c0f

File tree

3 files changed

+3391
-2392
lines changed

3 files changed

+3391
-2392
lines changed

Diff for: .github/workflows/e2-tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: 16
20+
node-version: 20
2121
registry-url: https://registry.npmjs.org/
2222
- run: git config --global user.name "GitHub CD bot"
2323
- run: git config --global user.email "[email protected]"
2424
- name: Install deps
25-
run: npm i -g wait-for-localhost-cli && npm i -f
25+
run: export NODE_OPTIONS=--openssl-legacy-provider && npm i -g wait-for-localhost-cli && npm i -f
2626
- name: Start app and run tests
27-
run: npm run serve & wait-for-localhost 8080; cd test/e2e; npm i && npx playwright install chromium && npm run test
27+
run: export NODE_OPTIONS=--openssl-legacy-provider && npm run serve & wait-for-localhost 8080; cd test/e2e; npm i && npx playwright install chromium && npm run test
2828
env:
2929
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)