Skip to content

Commit 09e6e24

Browse files
piehLekoArts
andauthored
test: don't install netlify-cli as it's not used in tests (#232)
* test: downgrade netlify-cli * test: add context around downgrading in config file * revert cli downgrade * try out polyfill * revert polyfill explorations * setup-node version revert --------- Co-authored-by: Lennart <[email protected]>
1 parent b833f26 commit 09e6e24

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jobs:
2727
with:
2828
node-version: ${{ matrix.node-version }}
2929
check-latest: '*'
30-
- name: Install Netlify CLI
31-
run: npm install -g netlify-cli
3230
- name: Install dependencies
3331
run: yarn install --ignore-engines
3432
- name: Run tests

0 commit comments

Comments
 (0)