Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/on_release_created.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Node 18
- name: Setup Node 22
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 22
registry-url: "https://registry.npmjs.org"
- name: Install yarn
run: corepack enable
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Node 18
- name: Setup Node 22
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 22
registry-url: 'https://registry.npmjs.org'
- name: Install yarn
run: corepack enable
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 20.11.1
nodejs 22.15.0