We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c508b5e commit 0d4d58fCopy full SHA for 0d4d58f
.github/workflows/e2e-tests.yml
@@ -131,14 +131,15 @@ jobs:
131
- name: Start environment
132
run: npm run env:start
133
134
- - name: Switch to Node.js 18 (/tests/e2e/.nvmrc)
+ - name: Switch node version (/tests/e2e/.nvmrc)
135
uses: actions/setup-node@v4
136
with:
137
node-version-file: './tests/e2e/.nvmrc'
138
cache: 'npm'
139
140
- name: npm install
141
- run: npm ci
+ run: npm ci --force
142
+ # TODO: remove --force once versions diverge.
143
working-directory: ./tests/e2e
144
145
- name: Run the tests
tests/e2e/.nvmrc
@@ -1 +1 @@
1
-18
+14
0 commit comments