Skip to content

Commit 26d97dd

Browse files
authored
chore!: upgrade Node.js from 20.10.0 to 22.12.0 (#713) (#716)
* chore: upgrade Node.js from 20.10.0 to 22.11.0 (#713) * feat: update readme node version (#713) * chore: upgrade Node.js from 22.11.0 to 22.12.0 (#713) --------- Co-authored-by: Fran McDade <18710366+frano-m@users.noreply.github.com>
1 parent 0000c21 commit 26d97dd

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/setup-node@v4
2828
if: ${{ steps.release.outputs.release_created }}
2929
with:
30-
node-version: 20
30+
node-version: "22.12.0"
3131
registry-url: "https://registry.npmjs.org"
3232

3333
- name: Install dependencies

.github/workflows/run-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Node.js
1515
uses: actions/setup-node@v4
1616
with:
17-
node-version: "20.10.0"
17+
node-version: "22.12.0"
1818
cache: "npm"
1919

2020
- name: Install dependencies
@@ -41,7 +41,7 @@ jobs:
4141
- name: Set up Node.js
4242
uses: actions/setup-node@v4
4343
with:
44-
node-version: "20.10.0"
44+
node-version: "22.12.0"
4545
cache: "npm"
4646

4747
- name: Remove package lock

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
1. Clone this repository into the same parent folder as
1414
the [Data Biosphere Data Browser](https://github.com/DataBiosphere/data-browser).
15-
2. Set `node` version to `20.10.0` (this is also the version used by the Data Browser).
15+
2. Set `node` version to `22.12.0` (this is also the version used by the Data Browser).
1616
3. In the `findable-ui` repository directory:
1717
- Run `npm ci`.
1818
- [Bump the version number](https://docs.npmjs.com/cli/v6/commands/npm-version) in `package.json`

package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,6 @@
103103
"glob": "^11.0.4"
104104
},
105105
"engines": {
106-
"node": "20.10.0"
106+
"node": "22.12.0"
107107
}
108108
}

0 commit comments

Comments
 (0)