We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c1c058 commit 6a908f6Copy full SHA for 6a908f6
.github/workflows/NodeCI.yml
@@ -49,10 +49,10 @@ jobs:
49
yarn add -D eslint@${{ matrix.eslint }} --ignore-engines
50
rm -rf node_modules
51
if: matrix.eslint != 8
52
- - name: Remove @sveltejs/kit
+ - name: Remove @sveltejs/kit # Remove @sveltejs/kit because postinstall fails on old node.
53
# Use npm because yarn remove needs the lock file.
54
run: |+
55
- npm uninstall @sveltejs/kit
+ npm uninstall @sveltejs/kit --legacy-peer-deps
56
57
- name: Install Packages
58
run: yarn install --ignore-engines
0 commit comments