Skip to content

Commit

Permalink
ci: remove node strategy and hoisting
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyman committed Nov 28, 2022
1 parent bdc2849 commit b17eed0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ jobs:
build:
name: Build, lint and test
runs-on: ubuntu-latest
strategy:
matrix:
node: ['18.12.x']

steps:
- name: 🛒 Checkout repo
Expand All @@ -23,8 +20,7 @@ jobs:
cache: 'pnpm'

- name: 📦 Install Dependencies
# https://github.com/storybookjs/builder-vite/issues/55
run: npm run bootstrap --shamefully-hoist
run: npm run bootstrap

- name: 🚦 Lint
run: pnpm run lint
Expand Down

0 comments on commit b17eed0

Please sign in to comment.