From 17ef6a2942c873ad7c85acbc4c920059aa1f6d45 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Tue, 11 Jun 2024 11:54:38 +0300 Subject: [PATCH] Update dep and CI CD tools --- .github/workflows/nodejs.yml | 20 ++++++++++---------- backend/package.json | 2 +- backend/yarn.lock | 8 ++++---- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 6361874f..1c2bd5db 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -7,11 +7,11 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x] + node-version: [20.x] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - name: Update version patch @@ -66,12 +66,12 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x] + node-version: [20.x] if: github.ref != 'refs/heads/master' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - name: test backend @@ -86,12 +86,12 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x] + node-version: [20.x] if: github.ref == 'refs/heads/master' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - uses: actions/download-artifact@master @@ -116,7 +116,7 @@ jobs: - name: Create Release id: create_release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/backend/package.json b/backend/package.json index 88a15ec2..7c8a22c6 100644 --- a/backend/package.json +++ b/backend/package.json @@ -93,7 +93,7 @@ "ts-events": "^3.4.0", "tsoa": "^3.6.1", "tuyapi": "^7.4.0", - "unitsnet-js": "^1.0.42", + "unitsnet-js": "^3.0.5", "winston": "^3.2.1", "yeelight-awesome": "^1.0.12" }, diff --git a/backend/yarn.lock b/backend/yarn.lock index e0aadb75..1366915d 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -6141,10 +6141,10 @@ unique-string@^1.0.0: dependencies: crypto-random-string "^1.0.0" -unitsnet-js@^1.0.42: - version "1.0.42" - resolved "https://registry.yarnpkg.com/unitsnet-js/-/unitsnet-js-1.0.42.tgz#a21046a8c20ac04718389ace6a643aea165906f5" - integrity sha512-NN5qOnLpg5rC/DoLf+5GSSldNtGvfTGli37dijGedLj2t70Wt8CgGpkNd544NohCTcaL07zEDOq5lSrDQVXzEQ== +unitsnet-js@^3.0.5: + version "3.0.5" + resolved "https://registry.yarnpkg.com/unitsnet-js/-/unitsnet-js-3.0.5.tgz#8e6796edffec045630705a329a00befd1d492d89" + integrity sha512-aYQ1wauYsvrmUI82GpLpOydNdxHUKdZvyU+O8c63Uhp0db5oxe7o3lU20WqtrboaKm8ORhaEpSGVjzDPeFhqvg== universalify@^0.1.0: version "0.1.2"