Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: NPM install
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 24.x

- name: Run NPM CI
run: npm ci
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 24.x

- name: Install dependencies
run: npm ci
Expand Down
Loading