Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/css entry points #335

Closed
wants to merge 8 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/tiny-toes-dream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"10up-toolkit": major
---

Update linaria to next major and fix an issue with react-refresh plugin. Also drops support for node 14.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: test
on:
push:
branches:
- 'develop'
- 'trunk'
- "develop"
- "trunk"
pull_request:

concurrency:
Expand All @@ -24,16 +24,14 @@ jobs:
# Enable linting only for node 16 + ubuntu
matrix:
os: [ubuntu-latest]
node: [14, 16, 18]
node: [16, 18, 20]
include:
- os: macos-latest
node: 18
- os: windows-latest
node: 18
- node: 16
is_base_node_version: true
- node: 14
needs_npm_upgrade: true
- os: ubuntu-latest
is_base_os_version: true
steps:
Expand Down
Loading
Loading