diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 611815d70..a71ff1186 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -15,12 +15,12 @@ jobs: steps: - name: Checkout this repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: lfs: true - name: Checkout actions repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: Exabyte-io/actions token: ${{ secrets.BOT_GITHUB_TOKEN }} @@ -39,12 +39,12 @@ jobs: steps: - name: Checkout this repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: lfs: true - name: Checkout actions repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: Exabyte-io/actions token: ${{ secrets.BOT_GITHUB_TOKEN }} @@ -60,16 +60,16 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [12.x, 14.x, 16.x] + node-version: [12.x, 14.x, 16.x, 18.x] steps: - name: Checkout this repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: lfs: true - name: Checkout actions repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: Exabyte-io/actions token: ${{ secrets.BOT_GITHUB_TOKEN }} @@ -79,7 +79,7 @@ jobs: uses: ./actions/js/validate with: node-version: '14.x' - + - name: Run JS tests uses: ./actions/js/test with: @@ -92,12 +92,12 @@ jobs: steps: - name: Checkout this repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: lfs: true - name: Checkout actions repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: Exabyte-io/actions token: ${{ secrets.BOT_GITHUB_TOKEN }} @@ -118,12 +118,12 @@ jobs: steps: - name: Checkout this repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: lfs: true - name: Checkout actions repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: Exabyte-io/actions token: ${{ secrets.BOT_GITHUB_TOKEN }} diff --git a/manifest/properties.yaml b/manifest/properties.yaml index 0dce1cefc..25af2e7ea 100644 --- a/manifest/properties.yaml +++ b/manifest/properties.yaml @@ -258,8 +258,14 @@ inchi_key: material: schemaId: material -hubbard_parameters: +hubbard_u: defaults: units: eV - schemaId: properties-directory/non-scalar/hubbard-parameters + schemaId: properties-directory/non-scalar/hubbard-u + isResult: true + +hubbard_v: + defaults: + units: eV + schemaId: properties-directory/non-scalar/hubbard-v isResult: true