diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index c1d644b..aea2ffd 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -51,7 +51,7 @@ jobs: echo docker build -t "$IMAGE_NAME:latest" . docker build -t "$IMAGE_NAME:latest" . - name: Install Node - uses: actions/setup-node@v6.2.0 + uses: actions/setup-node@v6.3.0 with: node-version-file: package.json - name: Create Release