Skip to content

Commit 6a908f6

Browse files
committed
fix: ci
1 parent 1c1c058 commit 6a908f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/NodeCI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ jobs:
4949
yarn add -D eslint@${{ matrix.eslint }} --ignore-engines
5050
rm -rf node_modules
5151
if: matrix.eslint != 8
52-
- name: Remove @sveltejs/kit
52+
- name: Remove @sveltejs/kit # Remove @sveltejs/kit because postinstall fails on old node.
5353
# Use npm because yarn remove needs the lock file.
5454
run: |+
55-
npm uninstall @sveltejs/kit
55+
npm uninstall @sveltejs/kit --legacy-peer-deps
5656
rm -rf node_modules
5757
- name: Install Packages
5858
run: yarn install --ignore-engines

0 commit comments

Comments
 (0)