Skip to content

Commit

Permalink
Linaria v5 (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasio authored Oct 27, 2023
1 parent dff7ad2 commit e6c5140
Show file tree
Hide file tree
Showing 11 changed files with 1,021 additions and 473 deletions.
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

0 comments on commit e6c5140

Please sign in to comment.