Skip to content

Commit

Permalink
Merge pull request #1383 from research-software-directory/1368-node-l…
Browse files Browse the repository at this point in the history
…ts-upgrade

Upgrade node to v22.13 LTS
  • Loading branch information
dmijatovic authored Jan 30, 2025
2 parents ce0e7da + 6865866 commit 3f3fff1
Show file tree
Hide file tree
Showing 21 changed files with 3,566 additions and 5,118 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Fixes #

Changes proposed in this pull request:

*  
*  

How to test:

Expand Down
4 changes: 3 additions & 1 deletion .github/pull_request_template.md.license
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
10 changes: 5 additions & 5 deletions .github/workflows/all_tests.yml
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

Expand All @@ -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"
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/e2e_tests_chrome.yml
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

Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/e2e_tests_firefox.yml
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

Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/e2e_tests_ubuntu.yml
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

Expand All @@ -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
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/prettier-check-data-generation.yml
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

Expand All @@ -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
Expand Down
12 changes: 0 additions & 12 deletions backend-postgrest/tests/Dockerfile

This file was deleted.

41 changes: 0 additions & 41 deletions backend-postgrest/tests/README.md

This file was deleted.

Loading

0 comments on commit 3f3fff1

Please sign in to comment.