Revert "chore: bump unit test node version (#1758)"
This reverts commit 39d1702721.
This commit is contained in:
parent
651940c1cc
commit
1ac9352206
1 changed files with 2 additions and 2 deletions
4
.github/workflows/tests-unit.yml
vendored
4
.github/workflows/tests-unit.yml
vendored
|
|
@ -18,9 +18,9 @@ jobs:
|
|||
- name: "Checkout repository"
|
||||
uses: actions/checkout@v5
|
||||
- name: "Setup node"
|
||||
uses: actions/setup-node@v6.4.0
|
||||
uses: actions/setup-node@v4.4.0
|
||||
with:
|
||||
node-version: 24
|
||||
node-version: 20
|
||||
- name: "Install dependencies"
|
||||
run: npm ci
|
||||
- name: "Run tests"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue