-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1383 from research-software-directory/1368-node-l…
…ts-upgrade Upgrade node to v22.13 LTS
- Loading branch information
Showing
21 changed files
with
3,566 additions
and
5,118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ Fixes # | |
|
||
Changes proposed in this pull request: | ||
|
||
* | ||
* | ||
|
||
How to test: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
SPDX-FileCopyrightText: 2022 - 2025 Netherlands eScience Center | ||
SPDX-FileCopyrightText: 2022 Jesús García Gonzalez (Netherlands eScience Center) <[email protected]> | ||
SPDX-FileCopyrightText: 2022 Netherlands eScience Center | ||
SPDX-FileCopyrightText: 2025 Dusan Mijatovic (Netherlands eScience Center) | ||
|
||
SPDX-License-Identifier: CC-BY-4.0 | ||
SPDX-License-Identifier: CC0-1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
# SPDX-FileCopyrightText: 2022 - 2023 Dusan Mijatovic (dv4all) | ||
# SPDX-FileCopyrightText: 2022 - 2023 dv4all | ||
# SPDX-FileCopyrightText: 2022 - 2024 Ewan Cahen (Netherlands eScience Center) <[email protected]> | ||
# SPDX-FileCopyrightText: 2022 - 2024 Netherlands eScience Center | ||
# SPDX-FileCopyrightText: 2022 - 2025 Netherlands eScience Center | ||
# SPDX-FileCopyrightText: 2025 Dusan Mijatovic (Netherlands eScience Center) | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
|
@@ -15,10 +16,9 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: "install node v20.10 and cache npm" | ||
uses: actions/setup-node@v4 | ||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: 20.10 | ||
node-version: 22.13 | ||
cache: 'npm' | ||
cache-dependency-path: frontend/package-lock.json | ||
- name: "install dependencies" | ||
|
@@ -63,7 +63,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: 20.10 | ||
node-version: 22.13 | ||
cache: 'npm' | ||
cache-dependency-path: e2e/package-lock.json | ||
- name: get playwright version | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# SPDX-FileCopyrightText: 2022 - 2023 Dusan Mijatovic (dv4all) | ||
# SPDX-FileCopyrightText: 2022 - 2023 dv4all | ||
# SPDX-FileCopyrightText: 2022 - 2024 Ewan Cahen (Netherlands eScience Center) <[email protected]> | ||
# SPDX-FileCopyrightText: 2022 - 2024 Netherlands eScience Center | ||
# SPDX-FileCopyrightText: 2022 - 2025 Netherlands eScience Center | ||
# SPDX-FileCopyrightText: 2022 Dusan Mijatovic (dv4all) (dv4all) | ||
# SPDX-FileCopyrightText: 2023 Dusan Mijatovic (Netherlands eScience Center) | ||
# SPDX-FileCopyrightText: 2023 - 2025 Dusan Mijatovic (Netherlands eScience Center) | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
|
@@ -37,7 +37,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: 20.10 | ||
node-version: 22.13 | ||
cache: 'npm' | ||
cache-dependency-path: e2e/package-lock.json | ||
- name: get playwright version | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# SPDX-FileCopyrightText: 2022 - 2023 Dusan Mijatovic (dv4all) | ||
# SPDX-FileCopyrightText: 2022 - 2023 dv4all | ||
# SPDX-FileCopyrightText: 2022 - 2024 Ewan Cahen (Netherlands eScience Center) <[email protected]> | ||
# SPDX-FileCopyrightText: 2022 - 2024 Netherlands eScience Center | ||
# SPDX-FileCopyrightText: 2022 - 2025 Netherlands eScience Center | ||
# SPDX-FileCopyrightText: 2022 Dusan Mijatovic (dv4all) (dv4all) | ||
# SPDX-FileCopyrightText: 2023 Dusan Mijatovic (Netherlands eScience Center) | ||
# SPDX-FileCopyrightText: 2023 - 2025 Dusan Mijatovic (Netherlands eScience Center) | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
|
@@ -19,7 +19,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: 20.10 | ||
node-version: 22.13 | ||
cache: 'npm' | ||
cache-dependency-path: e2e/package-lock.json | ||
- name: get playwright version | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# SPDX-FileCopyrightText: 2022 - 2023 Dusan Mijatovic (dv4all) | ||
# SPDX-FileCopyrightText: 2022 - 2023 dv4all | ||
# SPDX-FileCopyrightText: 2022 - 2024 Ewan Cahen (Netherlands eScience Center) <[email protected]> | ||
# SPDX-FileCopyrightText: 2022 - 2024 Netherlands eScience Center | ||
# SPDX-FileCopyrightText: 2022 - 2025 Netherlands eScience Center | ||
# SPDX-FileCopyrightText: 2022 Dusan Mijatovic (dv4all) (dv4all) | ||
# SPDX-FileCopyrightText: 2023 Dusan Mijatovic (Netherlands eScience Center) | ||
# SPDX-FileCopyrightText: 2023 - 2025 Dusan Mijatovic (Netherlands eScience Center) | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
|
@@ -20,7 +20,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: 20.10 | ||
node-version: 22.13 | ||
cache: 'npm' | ||
cache-dependency-path: e2e/package-lock.json | ||
- name: get playwright version | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# SPDX-FileCopyrightText: 2024 - 2025 Netherlands eScience Center | ||
# SPDX-FileCopyrightText: 2024 Ewan Cahen (Netherlands eScience Center) <[email protected]> | ||
# SPDX-FileCopyrightText: 2024 Netherlands eScience Center | ||
# SPDX-FileCopyrightText: 2025 Dusan Mijatovic (Netherlands eScience Center) | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
|
@@ -19,7 +20,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: "20" | ||
node-version: 22.13 | ||
cache: "npm" | ||
cache-dependency-path: "data-generation/package-lock.json" | ||
- run: npm ci | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.