Skip to content

Commit 0d4d58f

Browse files
committed
Revert split to current versions as base to explore next most compatible versions of packages.
1 parent c508b5e commit 0d4d58f

File tree

4 files changed

+9243
-1806
lines changed

4 files changed

+9243
-1806
lines changed

.github/workflows/e2e-tests.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -131,14 +131,15 @@ jobs:
131131
- name: Start environment
132132
run: npm run env:start
133133

134-
- name: Switch to Node.js 18 (/tests/e2e/.nvmrc)
134+
- name: Switch node version (/tests/e2e/.nvmrc)
135135
uses: actions/setup-node@v4
136136
with:
137137
node-version-file: './tests/e2e/.nvmrc'
138138
cache: 'npm'
139139

140140
- name: npm install
141-
run: npm ci
141+
run: npm ci --force
142+
# TODO: remove --force once versions diverge.
142143
working-directory: ./tests/e2e
143144

144145
- name: Run the tests

tests/e2e/.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18
1+
14

0 commit comments

Comments
 (0)