Skip to content

Commit 380ec07

Browse files
committed
chore(deps): running npm audit and upgrading vitest to v4
1 parent c15aaf1 commit 380ec07

File tree

3 files changed

+252
-1366
lines changed

3 files changed

+252
-1366
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -69,62 +69,3 @@ jobs:
6969
- run: npm ci
7070
- run: npm run build
7171
- run: npm run test --ignore-scripts
72-
73-
###
74-
### Temporarily skipping these until browser testing in Vitest is a bit more stable.
75-
###
76-
# browser_tests:
77-
# name: Browser
78-
# runs-on: ${{ matrix.os }}
79-
# strategy:
80-
# fail-fast: true
81-
# matrix:
82-
# browser:
83-
# - chrome
84-
# - firefox
85-
# os:
86-
# - ubuntu-latest
87-
# - windows-latest
88-
89-
# steps:
90-
# - name: Checkout source
91-
# uses: actions/checkout@v5
92-
93-
# - name: Install Node
94-
# uses: actions/setup-node@v5
95-
# with:
96-
# node-version: 18
97-
98-
# - name: Get npm cache directory
99-
# id: npm-cache-dir
100-
# run: |
101-
# echo "::set-output name=dir::$(npm config get cache)"
102-
103-
# - uses: actions/cache@v4
104-
# id: npm-cache
105-
# with:
106-
# path: ${{ steps.npm-cache-dir.outputs.dir }}
107-
# key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
108-
# restore-keys: |
109-
# ${{ runner.os }}-node-
110-
111-
# - run: npm ci
112-
# - run: npm run build
113-
114-
# # Chrome
115-
# - uses: browser-actions/setup-chrome@latest
116-
# if: matrix.browser == 'chrome'
117-
118-
# - name: Run tests on Chrome
119-
# if: matrix.browser == 'chrome'
120-
# run: |
121-
# npm run test:browser -- --browsers=ChromeHeadless
122-
123-
# # Firefox
124-
# - uses: browser-actions/setup-chrome@latest
125-
# if: matrix.browser == 'firefox'
126-
127-
# - name: Run tests on Firefox
128-
# if: matrix.browser == 'firefox'
129-
# run: |
130-
# npm run test:browser -- --browsers=FirefoxHeadless

0 commit comments

Comments
 (0)