Skip to content

Commit

Permalink
ci: upgrade NodeJS to version 23
Browse files Browse the repository at this point in the history
We don't need anything new from this release, but it's better to
keep up with new versions to get bugfixes (older NodeJS versions
get less support) and a heads-up for new deprecations.

Signed-off-by: Simon Ser <[email protected]>
  • Loading branch information
emersion committed Jan 22, 2025
1 parent ec913e8 commit f4a5945
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/icons-optimize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: '23'
- run: |
cd ui-icons
npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/osrd-ui-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '23'

- name: Cache node_modules
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/osrd-ui-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '23'

- name: Authenticate with Registry
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/osrd-ui-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '23'

- name: Cache node_modules
uses: actions/cache@v4
Expand Down

0 comments on commit f4a5945

Please sign in to comment.