diff --git a/.github/workflows/investbrand_deploy.yml b/.github/workflows/investbrand_deploy.yml index fc4ac5c..e4822ce 100644 --- a/.github/workflows/investbrand_deploy.yml +++ b/.github/workflows/investbrand_deploy.yml @@ -38,7 +38,7 @@ jobs: cp investbrand/frontend/src/data/brands.js investbrand/backend/src/data/brands.js - name: Set up Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: '18' cache: 'npm' @@ -99,7 +99,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: '18' cache: 'npm'