Skip to content

Commit

Permalink
Fixes for #3853 (#3898)
Browse files Browse the repository at this point in the history
  • Loading branch information
inoyakaigor committed Jul 2, 2024
1 parent 3efb345 commit 16f070e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/neat-buckets-approve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"mobx": minor
---

Added new Set methods
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0

- name: Setup Node.js 20.x
- name: Setup Node.js 22.x
uses: actions/setup-node@master
with:
node-version: 20.x
node-version: 22.x

- name: Install Dependencies
run: yarn
Expand Down

0 comments on commit 16f070e

Please sign in to comment.