Skip to content

Commit

Permalink
node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshkumar1019 committed Dec 21, 2023
1 parent 4e36e5e commit cb42efd
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/ftest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,15 @@ jobs:

- uses: actions/setup-node@v3
with:
registry-url: ${{ env.NPM_REPOSITORY }}
registry-url: 'https://packages.nuxeo.com/repository/npm-public/'
scope: '@nuxeo'
node-version: 18

- uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: '11'

- uses: actions/setup-node@v3
with:
registry-url: 'https://packages.nuxeo.com/repository/npm-public/'
scope: '@nuxeo'
node-version: 18

- name: Determine nuxeo-elements branch to link
id: pick_nuxeo_elements_branch
run: |
Expand Down Expand Up @@ -113,8 +108,8 @@ jobs:
<servers>
<server>
<id>maven-internal</id>
<username>${{ secrets.PACKAGES_AUTH_USER }}</username>
<password>${{ secrets.PACKAGES_AUTH_TOKEN }}</password>
<username>${{ secrets.PACKAGES_AUTH_USER_1 }}</username>
<password>${{ secrets.PACKAGES_AUTH_TOKEN_1 }}</password>
</server>
</servers>
</settings>' > ~/.m2/settings.xml
Expand Down

0 comments on commit cb42efd

Please sign in to comment.