Skip to content

Commit

Permalink
Disable run-latest-node job for now
Browse files Browse the repository at this point in the history
We're still using an old version of Storybook that works fine, but uses
Webpack v4, which is no longer supported in latest Node. We should
update, but it's not important from a runtime perspective at all, so we
can ignore it for a while to get the build working first.
  • Loading branch information
pimterry committed Jan 26, 2024
1 parent 26f6ddc commit e269286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x, '*']
node-version: [12.x, 14.x, 16.x]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit e269286

Please sign in to comment.