diff --git a/.github/workflows/hexabot-npm.yml b/.github/workflows/hexabot-npm.yml index 4ccfad66c..4b4b8c073 100644 --- a/.github/workflows/hexabot-npm.yml +++ b/.github/workflows/hexabot-npm.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version: "20" # Ensure it matches your project requirements + node-version: "20.18.1" # Ensure it matches your project requirements cache: "npm" - name: Install dependencies @@ -48,7 +48,7 @@ jobs: uses: actions/setup-node@v3 with: registry-url: "https://registry.npmjs.org/" - node-version: "20" + node-version: "20.18.1" env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 4d07858d5..2514f3164 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -15,7 +15,7 @@ jobs: - name: ⏳ Setting Up Node ... uses: actions/setup-node@v4 with: - node-version: 20 + node-version: "20.18.1" - name: ⏳ setting environment ... run: npm i @@ -48,7 +48,7 @@ jobs: - name: ⏳ Setting Up Node ... uses: actions/setup-node@v4 with: - node-version: 20 + node-version: "20.18.1" - name: ⏳ setting environment for API ... run: cd api && npm i diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d8afcb5a0..16c25ac68 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: - name: ⏳ Setting Up Node ... uses: actions/setup-node@v4 with: - node-version: 20 + node-version: "20.18.1" - name: ⏳ setting environment ... run: npm i @@ -49,7 +49,7 @@ jobs: - name: ⏳ Setting Up Node ... uses: actions/setup-node@v4 with: - node-version: 20 + node-version: "20.18.1" - name: ⏳ setting environment for API ... run: cd api && npm i diff --git a/.github/workflows/widget-npm.yml b/.github/workflows/widget-npm.yml index 0bb54240d..a0a6de090 100644 --- a/.github/workflows/widget-npm.yml +++ b/.github/workflows/widget-npm.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version: "20" # Ensure it matches your project requirements + node-version: "20.18.1" # Ensure it matches your project requirements cache: "npm" - name: Install dependencies @@ -48,7 +48,7 @@ jobs: uses: actions/setup-node@v3 with: registry-url: "https://registry.npmjs.org/" - node-version: "20" + node-version: "20.18.1" env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}