Skip to content

Commit

Permalink
Merge pull request #2390 from ORCID/lmendoza/9453-update-node-version
Browse files Browse the repository at this point in the history
lmendoza/9453-update-node-version
  • Loading branch information
gilesw authored Nov 12, 2024
2 parents 6387cb8 + 7933af1 commit 23cd1d7
Show file tree
Hide file tree
Showing 7 changed files with 105 additions and 178 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bld_yarn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 'v16.x'
node-version: 'v20.x'
cache: 'yarn'
- run: yarn
- run: yarn build:${{ inputs.artifact_name }}
2 changes: 1 addition & 1 deletion .github/workflows/format_i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
token: ${{ secrets.RELEASE_TOKEN }}
- uses: actions/setup-node@v3
with:
node-version: 'v16.x'
node-version: 'v20.x'
cache: 'yarn'
- run: yarn
- run: yarn build:i18n:generate-testing
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format_prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 'v16.x'
node-version: 'v20.x'
cache: 'yarn'
- run: yarn

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/temp-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 'v16.x'
node-version: 'v20.x'
cache: 'yarn'
- name: Install and Build
run: | # Install npm packages and build the Storybook files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 'v16.x'
node-version: 'v20.x'
cache: 'yarn'
- run: yarn
- run: yarn test-headless
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
<!-- Use the latest released version:https://repo1.maven.org/maven2/com/github/eirslett/frontend-maven-plugin/ -->
<version>1.8.0</version>
<configuration>
<nodeVersion>v16.20.0</nodeVersion>
<yarnVersion>v1.22.18</yarnVersion>
<nodeVersion>v20.15.0</nodeVersion>
<yarnVersion>v1.22.2</yarnVersion>
<downloadRoot>https://nodejs.org/dist/</downloadRoot>
<workingDirectory>${nodejs.workingDirectory}</workingDirectory>
<installDirectory>temp</installDirectory>
Expand Down
Loading

0 comments on commit 23cd1d7

Please sign in to comment.