diff --git a/.changeset/thin-chairs-develop.md b/.changeset/thin-chairs-develop.md new file mode 100644 index 000000000..a845151cc --- /dev/null +++ b/.changeset/thin-chairs-develop.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 52f339df7..d674ccfce 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -86,10 +86,11 @@ jobs: - install strategy: matrix: - # Test with Node.js v18 (LTS) and v20 (Current) + # Test with Node.js active LTS versions, and the latest version node: - 18 - 20 + - 21 # Test with Ubuntu, macOS, and Windows os: - ubuntu-latest