Skip to content
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
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Use Node.js 24.x
uses: actions/setup-node@v4
with:
node-version: 24.x
node-version: '24.13'
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wouldn't change anything in the Catalysts, as they're already running on the 24th version. We could just release a small change that would trigger an update. WDYT?

cache: yarn
- name: install
run: yarn install --frozen-lockfile
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Use Node.js 24.x
uses: actions/setup-node@v4
with:
node-version: 24.x
node-version: '24.13'
cache: yarn
- name: install
run: yarn install --frozen-lockfile
Expand All @@ -60,7 +60,7 @@ jobs:
- name: Use Node.js 24.x
uses: actions/setup-node@v4
with:
node-version: 24.x
node-version: '24.13'
cache: yarn
- name: install
run: yarn install --frozen-lockfile
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5609,11 +5609,6 @@ path-to-regexp@0.1.10:
resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.10.tgz"
integrity sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==

path-to-regexp@0.1.7:
version "0.1.7"
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
integrity sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==

path-to-regexp@^1.7.0:
version "1.8.0"
resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz"
Expand Down
Loading